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