-
Notifications
You must be signed in to change notification settings - Fork 94
Building Vega
Vega can either be built at the command-line (easier) or within Eclipse. This page contains instructions for both.
To build Vega you must first obtain the latest source code. To download it from the Subgraph github repository, perform the following steps:
- Create a directory for the source tree:
$ mkdir subgraph
$ cd subgraph
- Use git to fetch the most recent source:
$ git clone git://github.com/subgraph/Vega.git
If you want to try some of the newest features, check out the development branch before building:
$ cd Vega
$ git checkout develop
- Change to the Vega directory
$ cd Vega
- Run the ant script
$ ant
- The builds will be in:
$ ls build/stage/I.VegaBuild/
compilelogs/
VegaBuild-linux.gtk.x86.zip
VegaBuild-macosx.cocoa.x86_64.zip
VegaBuild-linux.gtk.x86_64.zip
VegaBuild-win32.win32.x86.zip
VegaBuild-macosx.cocoa.x86.zip
VegaBuild-win32.win32.x86_64.zip
http://www.eclipse.org/downloads/
8. Stuff will start to happen immediately, when it is complete, click on "Set as Target Platform" in the "vega.target" editor.
Have feedback on Vega? Our documentation? Please tell us.