view README @ 50:dfa1e219eafe

New version of backtrace based on the one in druntime. Note, you must have -L--export-dynamic in dmd.conf for symbols to be resolved.
author daveb
date Wed, 04 Aug 2010 16:36:07 +0930
parents 1f97022e5c6d
children b4676efb884a
line wrap: on
line source

Doodle - a simple diagramming tool

Build instructions:

1. Add any comiler directives you need to the options file.
    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