Building in Ant

From GLOW Visualization
Revision as of 15:14, 15 February 2010 by Walter (talk | contribs) (Created page with '==Install the necessary software and libraries== See dependencies for building GLOW. ==Create a build.properties file== Create a single file in the <tt>dev</tt> directory …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Install the necessary software and libraries

See dependencies for building GLOW.

Create a build.properties file

Create a single file in the dev directory containing the locations of the dependencies. Note that under Windows, the backslashes in paths have to be escaped.

Example:

prefuse.home=C:\\Program Files\\prefuse-beta
jogl.home=C:\\Program Files\\JOGL
protege.home=C:\\Program Files\\Protege

Build everything

To build all subprojects, go to the dev directory and issue the command:

ant build all