view README @ 87:c825e6db57c1

Added a flag for OpenGL/Cairo
author "David Bryant <bagnose@gmail.com>"
date Mon, 16 Aug 2010 22:54:16 +0930
parents b4676efb884a
children deb9d9fae854
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:
        -O
        -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