view README @ 130:1bc3475624d3

Chess progress
author David Bryant <bagnose@gmail.com>
date Thu, 12 Jan 2012 18:20:58 +1030
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