]> git.llucax.com Git - software/posixx.git/commitdiff
Add documentation about dependencies
authorLeandro Lucarella <llucarella@integratech.com.ar>
Tue, 16 Sep 2008 13:49:35 +0000 (10:49 -0300)
committerLeandro Lucarella <llucarella@integratech.com.ar>
Tue, 16 Sep 2008 15:04:03 +0000 (12:04 -0300)
doc/dependencies.rst [new file with mode: 0644]

diff --git a/doc/dependencies.rst b/doc/dependencies.rst
new file mode 100644 (file)
index 0000000..25d83d5
--- /dev/null
@@ -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.
+