comparison README @ 40:1f97022e5c6d

Checkpoint. Development continues...
author daveb
date Mon, 12 Apr 2010 14:01:54 +0930
parents fe66a856a630
children b4676efb884a
comparison
equal deleted inserted replaced
39:b6c34f1fc7f3 40:1f97022e5c6d
2 2
3 Build instructions: 3 Build instructions:
4 4
5 1. Add any comiler directives you need to the options file. 5 1. Add any comiler directives you need to the options file.
6 eg: 6 eg:
7 -I<path-to-gtkd-includes> 7 -O -I<path-to-gtkd-includes>
8 8
9 2. Configure the project: 9 2. Configure the project:
10 rdmd configure.d <full-path-to-build-dir> 10 rdmd configure.d <full-path-to-build-dir>
11 eg: 11 eg:
12 rdmd configure.d ${PWD}/../build 12 rdmd configure.d ${PWD}/../build