view README @ 132:bc5baa585b32

Updated to dmd 2.060
author David Bryant <bagnose@gmail.com>
date Thu, 02 Aug 2012 15:32:43 +0930
parents 0d427170a805
children 89e8b0d92f36
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:
        -IPATH-TO-GTKD-INCLUDES
        -unittest
        -debug

2. Configure the project:
        rdmd [OPTION]... configure.d PATH-TO-BUILD-DIR
    eg:
        rdmd -m64 configure.d ${HOME}/builds/doodle

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

4. Launch doodle:
        ./bin/doodle