-
Notifications
You must be signed in to change notification settings - Fork 81
Build Instructions
Joshua Skelton edited this page Dec 20, 2018
·
1 revision
-
Install Java 8
- Previous or later versions of Java may or may not work.
-
Install Gradle 2.14
- Later versions of Gradle do not work.
-
Clone the source repository from Gitub
- On the command line:
git clone https://github.com/Interrupt/delverengine.git
-
Open a terminal/console/command prompt in the repo root directory.
- On Windows:
gradle DungeoneerDesktop:processResources gradle DungeoneerDesktop:dist gradle DelvEdit:processResources gradle DelvEdit:dist
- On a POSIX system:
sh build.sh
With any luck the console will scroll wildly while outputting BUILD SUCCESSFUL
messages occasionally and eventually spit out the engine and editor. They can be found:
- Engine
DungeoneerDesktop/build/libs/DungeoneerDesktop-1.0.jar
- Editor
DelvEdit/build/libs/DelvEdit-1.0.jar