... | @@ -2,14 +2,14 @@ |
... | @@ -2,14 +2,14 @@ |
|
|
|
|
|
## How to use
|
|
## How to use
|
|
|
|
|
|
1. clone repository
|
|
1. Clone repository
|
|
2. use a IDE like InteliJ (prefered) or Eclipse
|
|
2. Use an IDE like IntelliJ (preferred) or Eclipse
|
|
3. complie the "myPlugin" exapmple
|
|
3. Compile the `myPlugin` example
|
|
4. create a patch.zip file which contains
|
|
4. Create a `patch.zip` file which contains:
|
|
./lib/myPlugin.jar
|
|
- `./lib/myPlugin.jar`
|
|
./data/images/*
|
|
- `./data/images/*`
|
|
./plugins/myPlugin/*
|
|
- `./plugins/myPlugin/*`
|
|
5. download FALCOM Workbench 3.2.0 or later
|
|
5. Download FALCOM Workbench 3.2.0 or later
|
|
6. unzip contens of your patch.zip over the FALCOM Workbench Install Directory
|
|
6. Unzip content of your `patch.zip` over the FALCOM Workbench Install Directory
|
|
7. start FALCOM Workbench
|
|
7. Start FALCOM Workbench
|
|
|
|
|