Add README.
authorCarl Hetherington <cth@carlh.net>
Wed, 18 Jul 2012 11:07:00 +0000 (12:07 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 18 Jul 2012 11:07:00 +0000 (12:07 +0100)
README [new file with mode: 0644]

diff --git a/README b/README
new file mode 100644 (file)
index 0000000..b9506be
--- /dev/null
+++ b/README
@@ -0,0 +1,23 @@
+== libdcp
+
+Hello.
+
+
+== Building:
+
+./waf configure
+./waf
+./waf install
+
+
+== Dependencies
+
+boost filesystem library
+OpenSSL
+libsigc++
+
+
+== Documentation
+
+Run doxygen in the top-level directory and then see build/doc/html/index.html.
+