Skip to content

Build Instructions

Joshua Skelton edited this page Dec 20, 2018 · 1 revision

The Quick Version

  • 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
Clone this wiki locally