Building in Ant

From GLOW Visualization
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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