Fix small memory leak on decompression.
[libdcp.git] / README
diff --git a/README b/README
index 0a8f3c2e386f1c948af4f0fbce19c6635ea58ee3..deb4b528ef04a9eaf67f91427af4ac36efcba5f9 100644 (file)
--- 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,10 +20,12 @@ Hello.
 
 == Dependencies
 
-boost filesystem library
-OpenSSL
+boost filesystem, signals2 and unit testing libraries
+openssl
 libsigc++
 libxml++
+xmlsec
+openjpeg (1.5.0 or above)
 
 
 == Documentation