-
-
Notifications
You must be signed in to change notification settings - Fork 60
Developer:Setup
hrj edited this page Feb 12, 2015
·
7 revisions
- JDK, version 8+
- Eclipse Luna or newer
-
git clone
the repo - In Eclipse, import the projects into your workspace. You need to navigate to the
src/
folder in the cloned repository and import all projects recursively. - There should be no compilation errors at this stage.
This needs to be done only once.
- In Eclipse File menu, select Import ->
Run/Debug
->Launch Configuration
- Pick the
gngr/misc/
folder (from the cloned repo) - Pick the
gngrDev
launch configuration and clickFinish
.
- In Eclipse / Package Explorer click the
Platform_Core
project and ensure it is selected. - In the Run menu, choose
Run
orDebug
, and choosegngr
as the launch configuration.