view README @ 115:d7330cc52622

Added instructions to duplicates.d on the smallest changes required to trigger/untrigger the memory blowout. Interestingly the blowout only occurs when compiled with -m32, not -m64.
author David Bryant <bagnose@gmail.com>
date Sat, 16 Apr 2011 19:48:33 +0930
parents deb9d9fae854
children 0d427170a805
line wrap: on
line source

Doodle - a simple diagramming tool

Build instructions:

1. Create an options file:
        cp options.template options

2. Customise options file for your local environment:
    eg:
        -I<path-to-gtkd-includes>
        -unittest
        -debug

2. Configure the project:
        rdmd configure.d <full-path-to-build-dir>
    eg:
        rdmd configure.d ${PWD}/../build

3. Build doodle:
        cd ../build
        ./build

4. Launch doodle:
        ./bin/doodle