summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-07-18 12:07:00 +0100
committerCarl Hetherington <cth@carlh.net>2012-07-18 12:07:00 +0100
commit433181493ec423d0427fce633c1613522c115f63 (patch)
tree78b6b835e2a4bd4e7a4c39766f37a958193bffc1
parent63a302f28562f88dcaba91acbcb31e06ecd55297 (diff)
Add README.
-rw-r--r--README23
1 files changed, 23 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 00000000..b9506be0
--- /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.
+