Add credit.
[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 Bugfixes were received from Philip Tschiemer.
15
16
17 Building
18 ========
19
20     ./waf configure
21     ./waf
22     sudo ./waf install
23
24
25 Dependencies
26 ============
27
28 boost filesystem, signals2 and unit testing libraries
29 openssl
30 libsigc++
31 libxml++
32 xmlsec
33 openjpeg (1.5.0 or above)
34
35
36 Documentation
37 =============
38
39 Run doxygen in the top-level directory and then see build/doc/html/index.html.
40
41 There are some examples in the examples/ directory.