annotate README @ 130:1bc3475624d3

Chess progress
author David Bryant <bagnose@gmail.com>
date Thu, 12 Jan 2012 18:20:58 +1030
parents 0d427170a805
children 89e8b0d92f36
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
31
fe66a856a630 Updated the instructions in the README
"David Bryant <bagnose@gmail.com>"
parents: 28
diff changeset
1 Doodle - a simple diagramming tool
fe66a856a630 Updated the instructions in the README
"David Bryant <bagnose@gmail.com>"
parents: 28
diff changeset
2
fe66a856a630 Updated the instructions in the README
"David Bryant <bagnose@gmail.com>"
parents: 28
diff changeset
3 Build instructions:
fe66a856a630 Updated the instructions in the README
"David Bryant <bagnose@gmail.com>"
parents: 28
diff changeset
4
65
b4676efb884a Renamed options to options.template so that local modifications
"David Bryant <bagnose@gmail.com>"
parents: 40
diff changeset
5 1. Create an options file:
b4676efb884a Renamed options to options.template so that local modifications
"David Bryant <bagnose@gmail.com>"
parents: 40
diff changeset
6 cp options.template options
b4676efb884a Renamed options to options.template so that local modifications
"David Bryant <bagnose@gmail.com>"
parents: 40
diff changeset
7
b4676efb884a Renamed options to options.template so that local modifications
"David Bryant <bagnose@gmail.com>"
parents: 40
diff changeset
8 2. Customise options file for your local environment:
31
fe66a856a630 Updated the instructions in the README
"David Bryant <bagnose@gmail.com>"
parents: 28
diff changeset
9 eg:
123
0d427170a805 Move to 64-bit
David Bryant <bagnose@gmail.com>
parents: 94
diff changeset
10 -IPATH-TO-GTKD-INCLUDES
94
deb9d9fae854 Added my .hgrc file and tweaked README
David Bryant <bagnose@gmail.com>
parents: 65
diff changeset
11 -unittest
deb9d9fae854 Added my .hgrc file and tweaked README
David Bryant <bagnose@gmail.com>
parents: 65
diff changeset
12 -debug
31
fe66a856a630 Updated the instructions in the README
"David Bryant <bagnose@gmail.com>"
parents: 28
diff changeset
13
fe66a856a630 Updated the instructions in the README
"David Bryant <bagnose@gmail.com>"
parents: 28
diff changeset
14 2. Configure the project:
123
0d427170a805 Move to 64-bit
David Bryant <bagnose@gmail.com>
parents: 94
diff changeset
15 rdmd [OPTION]... configure.d PATH-TO-BUILD-DIR
31
fe66a856a630 Updated the instructions in the README
"David Bryant <bagnose@gmail.com>"
parents: 28
diff changeset
16 eg:
123
0d427170a805 Move to 64-bit
David Bryant <bagnose@gmail.com>
parents: 94
diff changeset
17 rdmd -m64 configure.d ${HOME}/builds/doodle
31
fe66a856a630 Updated the instructions in the README
"David Bryant <bagnose@gmail.com>"
parents: 28
diff changeset
18
fe66a856a630 Updated the instructions in the README
"David Bryant <bagnose@gmail.com>"
parents: 28
diff changeset
19 3. Build doodle:
fe66a856a630 Updated the instructions in the README
"David Bryant <bagnose@gmail.com>"
parents: 28
diff changeset
20 cd ../build
fe66a856a630 Updated the instructions in the README
"David Bryant <bagnose@gmail.com>"
parents: 28
diff changeset
21 ./build
fe66a856a630 Updated the instructions in the README
"David Bryant <bagnose@gmail.com>"
parents: 28
diff changeset
22
fe66a856a630 Updated the instructions in the README
"David Bryant <bagnose@gmail.com>"
parents: 28
diff changeset
23 4. Launch doodle:
fe66a856a630 Updated the instructions in the README
"David Bryant <bagnose@gmail.com>"
parents: 28
diff changeset
24 ./bin/doodle