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