Building in Ant
From GLOW Visualization
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