summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-05-29 19:16:12 +0100
committerCarl Hetherington <cth@carlh.net>2015-05-29 19:16:12 +0100
commitd8cf96d56de7b5a72471762ab5f1e35e816f6252 (patch)
tree5107add88648b81f55725bcac5319549e80c62bb
parent484a9009ff684bedca3f2cf4868e7dd03215d8e8 (diff)
Use markdown for README.
-rw-r--r--README35
1 files changed, 0 insertions, 35 deletions
diff --git a/README b/README
deleted file mode 100644
index 6bed0ad9..00000000
--- a/README
+++ /dev/null
@@ -1,35 +0,0 @@
-== libdcp
-
-Hello.
-
-
-== Acknowledgements
-
-Wolfgang Woehl's cinemaslides was most informative on the
-nasty details of encryption.
-
-
-
-
-== Building:
-
-./waf configure
-./waf
-./waf install
-
-
-== Dependencies
-
-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.