comparison README @ 65:b4676efb884a

Renamed options to options.template so that local modifications don't turn into accidental commits. Now you must copy options.template to options and edit it. options is marked as an ignore by mercurial.
author "David Bryant <bagnose@gmail.com>"
date Thu, 12 Aug 2010 22:24:28 +0930
parents 1f97022e5c6d
children deb9d9fae854
comparison
equal deleted inserted replaced
64:eb5436b47d13 65:b4676efb884a
1 Doodle - a simple diagramming tool 1 Doodle - a simple diagramming tool
2 2
3 Build instructions: 3 Build instructions:
4 4
5 1. Add any comiler directives you need to the options file. 5 1. Create an options file:
6 cp options.template options
7
8 2. Customise options file for your local environment:
6 eg: 9 eg:
7 -O -I<path-to-gtkd-includes> 10 -O
11 -I<path-to-gtkd-includes>
8 12
9 2. Configure the project: 13 2. Configure the project:
10 rdmd configure.d <full-path-to-build-dir> 14 rdmd configure.d <full-path-to-build-dir>
11 eg: 15 eg:
12 rdmd configure.d ${PWD}/../build 16 rdmd configure.d ${PWD}/../build