diff README @ 134:89e8b0d92f36

Ported to bob2 !!!
author David Bryant <bagnose@gmail.com>
date Thu, 02 Aug 2012 17:20:52 +0930
parents 0d427170a805
children
line wrap: on
line diff
--- a/README	Thu Aug 02 15:34:17 2012 +0930
+++ b/README	Thu Aug 02 17:20:52 2012 +0930
@@ -2,23 +2,27 @@
 
 Build instructions:
 
-1. Create an options file:
-        cp options.template options
+1. Build gtkd
+
+2. Configure build directory:
 
-2. Customise options file for your local environment:
-    eg:
-        -IPATH-TO-GTKD-INCLUDES
-        -unittest
-        -debug
+  ./configure.sh --build=debug ${HOME}/builds/doodle/debug
+
+3. Adjust Boboptions
+
+  cd ${HOME}/builds/doodle/debug
+  vi Boboptions
 
-2. Configure the project:
-        rdmd [OPTION]... configure.d PATH-TO-BUILD-DIR
-    eg:
-        rdmd -m64 configure.d ${HOME}/builds/doodle
+  I change the following lines:
+
+    DEXTERNALS = std core glib gdk gtk gtkc cairo ;
+    DFLAGS = -w -wi -gc -I~/source/d/vcs/svn/gtkD-trunk/src ;
+    DLINKFLAGS = -L-L/home/daveb/source/d/vcs/svn/gtkD-trunk ;
 
-3. Build doodle:
-        cd ../build
-        ./build
+3. Build:
+
+  ./build
 
-4. Launch doodle:
-        ./bin/doodle
+4. run
+
+  ./run doodle