diff README @ 31:fe66a856a630

Updated the instructions in the README Removed the "import" code
author "David Bryant <bagnose@gmail.com>"
date Thu, 20 Aug 2009 22:14:54 +0930
parents 1754cb773d41
children 1f97022e5c6d
line wrap: on
line diff
--- a/README	Sun Aug 09 09:12:55 2009 +0930
+++ b/README	Thu Aug 20 22:14:54 2009 +0930
@@ -1,1 +1,19 @@
-Doodle - a tool for creating diagrams.
+Doodle - a simple diagramming tool
+
+Build instructions:
+
+1. Add any comiler directives you need to the options file.
+    eg:
+        -I<path-to-gtkd-includes>
+
+2. Configure the project:
+        rdmd configure.d <full-path-to-build-dir>
+    eg:
+        rdmd configure.d ${PWD}/../build
+
+3. Build doodle:
+        cd ../build
+        ./build
+
+4. Launch doodle:
+        ./bin/doodle