Very slightly less verbose subs checking.
[libdcp.git] / README
1 == libdcp
2
3 Hello.
4
5
6 == Building:
7
8 ./waf configure
9 ./waf
10 ./waf install
11
12
13 == Dependencies
14
15 boost filesystem library
16 OpenSSL
17 libsigc++
18 libxml++
19
20
21 == Documentation
22
23 Run doxygen in the top-level directory and then see build/doc/html/index.html.
24