Download
How to get Fusegrid SDK
Fusegrid SDK is freely available open-source under the CC-GNU GPL version 2.0 License. It requires JDK 6 or higher, but has no other run dependencies. There are several ways you can get it:
Option 1. Get the latest official version
The latest official version is 0.9.9. Here’s how to get it:
First, download FusegridSDK.0.9.9.zip. Then:
(unzip) FusegridSDK.0.9.8.zip
cd fusegrid-sdk
./FusegridSDK.sh
Option 2. Get the latest development version
If you like living on the edge, the latest and greatest version of the Fusegrid SDK is available through our public Git repository at GitHub. You can download the master ( tarball / zipball ) or using Git, pull code directly from the repo through shell.
git clone git@github.com:Fusegrid/fusegrid-sdk.git
After you get it
See the installation guide for further instructions.
If your unfamiliar with Git we would highly recommend you take some time to look through the great resources at Learn.Github and ProGit.
