-
Notifications
You must be signed in to change notification settings - Fork 6
Contributing
Meow J edited this page Jul 20, 2014
·
4 revisions
JDK & Git installed and accessible.
You can use gradle wrapper(gradlew, included) instead of installing gradle.
- Fork this project.
- Clone your project to local.
- Open a command prompt and navigate to
SimElectricity/simElectricity/. - Run following commands.
Commands
If you use Eclipse instead of IntelliJ IDEA, just replace idea with eclipse.
Windows:
$ gradlew clean setupDecompWorkspace
$ gradlew idea
GNU/Linux:
$ chmod +x gradlew
$ ./gradlew clean setupDecompWorkspace
$ ./gradlew idea
Mac OS X:
$ bash gradlew clean setupDecompWorkspace
$ bash gradlew idea
Eclipse:
Set your workspace to SimElectricity/simElectricity/eclipse.
IntelliJ IDEA
Just double click simElectricity.ipr, open the project.