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 6 years ago by Samuel Chéreau's avatar Samuel Chéreau
Hide whitespace changes
Inline Side-by-side
Showing with 10 additions and 10 deletions
+10 -10
  • home.md home.md +10 -10
  • No files found.
home.md
View page @ f89e8f1e
......@@ -2,14 +2,14 @@
## How to use
1. clone repository
2. use a IDE like InteliJ (prefered) or Eclipse
3. complie the "myPlugin" exapmple
4. 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 contens of your patch.zip over the FALCOM Workbench Install Directory
7. start FALCOM Workbench
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:
- `./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
Clone repository
  • Home