view README @ 39:b6c34f1fc7f3

Changed inout to ref for compile
author daveb
date Fri, 09 Apr 2010 15:19:14 +0930
parents fe66a856a630
children 1f97022e5c6d
line wrap: on
line source

Doodle - a simple diagramming tool

Build instructions:

1. Add any comiler directives you need to the options file.
    eg:
        -I<path-to-gtkd-includes>

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