diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-02 01:01:00 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-02 01:01:00 +0100 |
| commit | e0ab473ef01c5301929845a1ca4898568b6fbd71 (patch) | |
| tree | 8f6808183829305b308a7985f47cfbaa29bf54ff /README.md | |
| parent | 91563c058a8d2207437a482d4cc63c5a166a26f4 (diff) | |
No-op; comments.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 00000000..b8bcc3f3 --- /dev/null +++ b/README.md @@ -0,0 +1,38 @@ +libdcp +====== + +Hello. + + +Acknowledgements +================ + +Wolfgang Woehl's cinemaslides was most informative on the +nasty details of encryption. + + +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. |
