comparison 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
comparison
equal deleted inserted replaced
30:4a688da41f1a 31:fe66a856a630
1 Doodle - a tool for creating diagrams. 1 Doodle - a simple diagramming tool
2
3 Build instructions:
4
5 1. Add any comiler directives you need to the options file.
6 eg:
7 -I<path-to-gtkd-includes>
8
9 2. Configure the project:
10 rdmd configure.d <full-path-to-build-dir>
11 eg:
12 rdmd configure.d ${PWD}/../build
13
14 3. Build doodle:
15 cd ../build
16 ./build
17
18 4. Launch doodle:
19 ./bin/doodle