-
Notifications
You must be signed in to change notification settings - Fork 108
Building GRIP from Source in Eclipse
This page was created by rlee287 as a community project. These instructions need to be verified.
TODO: Import and run the project, screenshots
This guide assumes you have Eclipse and Git already installed
This is the link to the Gradle plugin on Eclipse Marketplace:
https://marketplace.eclipse.org/content/gradle-integration-eclipse-0
Choose a link on the left and copy it onto the clipboard. In Eclipse, select Help > Install New Software...
When downloading with the links on the left, select only "Gradle IDE", as shown below.
After it finishies installing, create a new workspace in Eclipse seperate from your cloned copy of the GRIP source code.
Go to File > Import...
and choose Gradle > Gradle Project
. Enter the folder in which you cloned the GRIP source and click Build Model
. After it completes, select all the projects to import them.