From: Leandro Lucarella Date: Tue, 16 Sep 2008 13:49:35 +0000 (-0300) Subject: Add documentation about dependencies X-Git-Url: https://git.llucax.com/software/posixx.git/commitdiff_plain/6d06690b9f332267beb96edd07bae955bbd186c9 Add documentation about dependencies --- 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. +