annotate 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
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
fe66a856a630 Updated the instructions in the README
"David Bryant <bagnose@gmail.com>"
parents: 28
diff changeset
5 1. Add any comiler directives you need to the options file.
fe66a856a630 Updated the instructions in the README
"David Bryant <bagnose@gmail.com>"
parents: 28
diff changeset
6 eg:
fe66a856a630 Updated the instructions in the README
"David Bryant <bagnose@gmail.com>"
parents: 28
diff changeset
7 -I<path-to-gtkd-includes>
fe66a856a630 Updated the instructions in the README
"David Bryant <bagnose@gmail.com>"
parents: 28
diff changeset
8
fe66a856a630 Updated the instructions in the README
"David Bryant <bagnose@gmail.com>"
parents: 28
diff changeset
9 2. Configure the project:
fe66a856a630 Updated the instructions in the README
"David Bryant <bagnose@gmail.com>"
parents: 28
diff changeset
10 rdmd configure.d <full-path-to-build-dir>
fe66a856a630 Updated the instructions in the README
"David Bryant <bagnose@gmail.com>"
parents: 28
diff changeset
11 eg:
fe66a856a630 Updated the instructions in the README
"David Bryant <bagnose@gmail.com>"
parents: 28
diff changeset
12 rdmd configure.d ${PWD}/../build
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 3. Build doodle:
fe66a856a630 Updated the instructions in the README
"David Bryant <bagnose@gmail.com>"
parents: 28
diff changeset
15 cd ../build
fe66a856a630 Updated the instructions in the README
"David Bryant <bagnose@gmail.com>"
parents: 28
diff changeset
16 ./build
fe66a856a630 Updated the instructions in the README
"David Bryant <bagnose@gmail.com>"
parents: 28
diff changeset
17
fe66a856a630 Updated the instructions in the README
"David Bryant <bagnose@gmail.com>"
parents: 28
diff changeset
18 4. Launch doodle:
fe66a856a630 Updated the instructions in the README
"David Bryant <bagnose@gmail.com>"
parents: 28
diff changeset
19 ./bin/doodle