Remove over-zealous assert().
[libdcp.git] / README
diff --git a/README b/README
index a991f236c24df64198469b1ec82040689b6f0e1a..6bed0ad99c662500b3367078c3941121215661e9 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,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.