... | ... | @@ -2,9 +2,13 @@ |
|
|
|
|
|
## How to clone and compile
|
|
|
|
|
|
1. Start IntelliJ and click: `Check out from Version Control` with the Git clone link
|
|
|
2. Compile the `myPlugin` example
|
|
|
3. Create a `patch.zip` file which contains:
|
|
|
1. Get and install JDK and IntelliJ:
|
|
|
- JDK: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
|
|
|
- IntelliJ: https://www.jetbrains.com/idea/download/#section=windows
|
|
|
2. Start IntelliJ and click: `Check out from Version Control` with the Git clone link
|
|
|
3. `Create new project from source` and follow the guidelines, make sure to select your JDK version
|
|
|
4. Build project for the `myPlugin` example
|
|
|
5. In the main directory, create a `patch.zip` file which contains:
|
|
|
- `./lib/myPlugin.jar`
|
|
|
- `./data/images/*`
|
|
|
- `./plugins/myPlugin/*`
|
... | ... | |