Skip to content
Meow J edited this page Jul 20, 2014 · 4 revisions

Requirements

JDK & Git installed and accessible.

You can use gradle wrapper(gradlew, included) instead of installing gradle.

1. Fork & Clone

  1. Fork this project.
  2. Clone your project to local.

2. Setup Workspace

  1. Open a command prompt and navigate to SimElectricity/simElectricity/.
  2. 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

3. Setup IDE workspace

Eclipse:

Set your workspace to SimElectricity/simElectricity/eclipse.

IntelliJ IDEA

Just double click simElectricity.ipr, open the project.

4. Make changes and commit to your fork

5. Send pull requests

Clone this wiki locally