]> git.llucax.com Git - software/posixx.git/blob - README
Add missing include in the tests
[software/posixx.git] / README
1
2 posixx is a thin C++ wrapper over the posix API.
3
4
5 Dependencies
6 ============
7
8 Library
9 -------
10
11 The library has no dependencies (besides an ISO C++ 98 compilant compiler).
12
13 Tests
14 -----
15
16 To run the testcases you need boost.Test (1.35+), and valgrind if you want to
17 use ``make memtest``.
18
19 Documentation
20 -------------
21
22 To generate the documentation, you need Doxygen and Graphviz installed.
23
24 .. vim: set filetype=rst :