Bump version
[libdcp.git] / README
diff --git a/README b/README
index b9506be01429362f7297f80bffb80c0fb1360eb5..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,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.