From 6d06690b9f332267beb96edd07bae955bbd186c9 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Tue, 16 Sep 2008 10:49:35 -0300 Subject: [PATCH] Add documentation about dependencies --- doc/dependencies.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 doc/dependencies.rst diff --git a/doc/dependencies.rst b/doc/dependencies.rst new file mode 100644 index 0000000..25d83d5 --- /dev/null +++ b/doc/dependencies.rst @@ -0,0 +1,20 @@ + +Dependencies +============ + +Library +------- + +The library has no dependencies (besides an ISO C++ 98 compilant compiler). + +Tests +----- + +To run the testcases you need boost.Test (1.35+), and valgrind if you want to +use ``make memtest``. + +Documentation +------------- + +To generate the documentation, you need Doxygen and Graphviz installed. + -- 2.43.0