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