comparison 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
comparison
equal deleted inserted replaced
93:069ceb9446ad 94:deb9d9fae854
5 1. Create an options file: 5 1. Create an options file:
6 cp options.template options 6 cp options.template options
7 7
8 2. Customise options file for your local environment: 8 2. Customise options file for your local environment:
9 eg: 9 eg:
10 -O
11 -I<path-to-gtkd-includes> 10 -I<path-to-gtkd-includes>
11 -unittest
12 -debug
12 13
13 2. Configure the project: 14 2. Configure the project:
14 rdmd configure.d <full-path-to-build-dir> 15 rdmd configure.d <full-path-to-build-dir>
15 eg: 16 eg:
16 rdmd configure.d ${PWD}/../build 17 rdmd configure.d ${PWD}/../build