annotate README @ 94:deb9d9fae854

Added my .hgrc file and tweaked README
author David Bryant <bagnose@gmail.com>
date Thu, 26 Aug 2010 16:08:21 +0930
parents b4676efb884a
children 0d427170a805
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:
65
b4676efb884a Renamed options to options.template so that local modifications
"David Bryant <bagnose@gmail.com>"
parents: 40
diff changeset
10 -I<path-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:
fe66a856a630 Updated the instructions in the README
"David Bryant <bagnose@gmail.com>"
parents: 28
diff changeset
15 rdmd configure.d <full-path-to-build-dir>
fe66a856a630 Updated the instructions in the README
"David Bryant <bagnose@gmail.com>"
parents: 28
diff changeset
16 eg:
fe66a856a630 Updated the instructions in the README
"David Bryant <bagnose@gmail.com>"
parents: 28
diff changeset
17 rdmd configure.d ${PWD}/../build
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