X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=README;h=6bed0ad99c662500b3367078c3941121215661e9;hb=7561f75ad38a1d50f88c49cded55093d0890b736;hp=a991f236c24df64198469b1ec82040689b6f0e1a;hpb=f96866a477a2eaf4dc30251e8ea60a4cfb602f36;p=libdcp.git diff --git a/README b/README index a991f236..6bed0ad9 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 and signals2 libraries +openssl libsigc++ libxml++ +xmlsec +openjpeg (1.5.0 or 1.5.1) == Documentation Run doxygen in the top-level directory and then see build/doc/html/index.html. +There are some examples in the examples/ directory.