Goldie Homepage

Documentation (v0.3)
Goldie -> Documentation (v0.3) -> Building

Building

In Your Own Project

Once you've installed Goldie and SemiTwist D Tools, all that's left to do is import it in your code:

import goldie.all;

...and build your project as you normally would.

Tools and Sample Apps

The included tools and sample apps can be built using STBuild (part of SemiTwist D Tools).

  1. Install Goldie and SemiTwist D Tools.
  2. From Goldie's root directory: > stbuild all

(Run stbuild --help for more information on how to use STBuild.)