Fix warning from boost test.
[libdcp.git] / README.md
1 libdcp
2 ======
3
4 Hello.
5
6
7 Acknowledgements
8 ================
9
10 Wolfgang Woehl's cinemaslides was most informative on the
11 nasty details of encryption.
12
13 libdcp is written by Carl Hetherington and Mart Jansink.
14
15
16 Building
17 ========
18
19     ./waf configure
20     ./waf
21     sudo ./waf install
22
23
24 Dependencies
25 ============
26
27 boost filesystem, signals2 and unit testing libraries
28 openssl
29 libsigc++
30 libxml++
31 xmlsec
32 openjpeg (1.5.0 or above)
33
34
35 Documentation
36 =============
37
38 Run doxygen in the top-level directory and then see build/doc/html/index.html.
39
40 There are some examples in the examples/ directory.