X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=README;h=deb4b528ef04a9eaf67f91427af4ac36efcba5f9;hb=a8ae455886f36c19257129f34b172051bbe120bf;hp=a991f236c24df64198469b1ec82040689b6f0e1a;hpb=20e2e745f98aa246041f6a299a9cc3aa346e809a;p=libdcp.git diff --git a/README b/README index a991f236..deb4b528 100644 --- a/README +++ b/README @@ -3,6 +3,14 @@ Hello. +== Acknowledgements + +Wolfgang Woehl's cinemaslides was most informative on the +nasty details of encryption. + + + + == Building: ./waf configure @@ -12,13 +20,16 @@ Hello. == Dependencies -boost filesystem library -OpenSSL +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.