X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=README;h=deb4b528ef04a9eaf67f91427af4ac36efcba5f9;hb=4a9b82ba0d1efad59d3ed7d0c8b349cb4f954be9;hp=b9506be01429362f7297f80bffb80c0fb1360eb5;hpb=433181493ec423d0427fce633c1613522c115f63;p=libdcp.git diff --git a/README b/README index b9506be0..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,12 +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.