Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
W workbench-plugin-sdk
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • pub
  • workbench-plugin-sdk
  • Wiki
  • Home

Home · Changes

Page history
Update home authored Jun 21, 2018 by Samuel Chéreau's avatar Samuel Chéreau
Hide whitespace changes
Inline Side-by-side
Showing with 7 additions and 8 deletions
+7 -8
  • home.md home.md +7 -8
  • No files found.
home.md
View page @ 48e84956
# FALCOM Workbench Plugin SDK Wiki
## How to use
## How to clone and compile
1. Clone repository
2. Use an IDE like IntelliJ (preferred) or Eclipse
3. Compile the `myPlugin` example
4. Create a `patch.zip` file which contains:
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:
- `./lib/myPlugin.jar`
- `./data/images/*`
- `./plugins/myPlugin/*`
5. Download FALCOM Workbench 3.2.0 or later
6. Unzip content of your `patch.zip` over the FALCOM Workbench Install Directory
7. Start FALCOM Workbench
4. Download FALCOM Workbench 3.2.0 or later
5. Unzip content of your `patch.zip` over the FALCOM Workbench Install Directory
6. Start FALCOM Workbench
Clone repository
  • Home