-
Notifications
You must be signed in to change notification settings - Fork 128
Building Vis From Source
Paweł Pastuszak edited this page Dec 7, 2018
·
16 revisions
Prerequisites:
- Git
- Optionally Git LFS extension installed if you want to download raw SVG skin files
- JDK 8
Clone repository:
git clone https://github.com/kotcrab/vis-editor vis-editor
Intellij IDEA is recommend IDE for Vis development. This section will explain how to setup Vis development environment. Select File
, New
, Project from Existing Sources
and then select root build.gradle
file. Press OK in next window and then press OK again in module selection window.
If you are getting errors about invalid source level press Ctrl+Shift+Alt+S
to open Project Settings
, go to Project
tab and set project language level to 8.
- Create new Gradle run configuration, change name to something like "Run UI test app"
- Set Gradle project to
:ui
- Set task to
run
- Save configuration and launch, use this configuration for future launches.
See README for VisUI introduction.