Use markdown for README.
authorCarl Hetherington <cth@carlh.net>
Fri, 29 May 2015 18:15:45 +0000 (19:15 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 29 May 2015 18:15:45 +0000 (19:15 +0100)
README [deleted file]
README.md [new file with mode: 0644]

diff --git a/README b/README
deleted file mode 100644 (file)
index deb4b52..0000000
--- 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, 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.
diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..b8bcc3f
--- /dev/null
+++ b/README.md
@@ -0,0 +1,38 @@
+libdcp
+======
+
+Hello.
+
+
+Acknowledgements
+================
+
+Wolfgang Woehl's cinemaslides was most informative on the
+nasty details of encryption.
+
+
+Building
+========
+
+    ./waf configure
+    ./waf
+    sudo ./waf install
+
+
+Dependencies
+============
+
+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.