-
Notifications
You must be signed in to change notification settings - Fork 119
Open
Labels
Description
Need to update build instructions to try and remove any hoops people need to jump through, namely implement usage of scoop. Could also add instruction on setting up dev environment with intellij.
scoop install git
scoop install zulu15
git clone http://github.com/collinsmith/riiablo
cd riiablo
.\gradlew desktop:run --args="--d2 <path_to_d2>"scoop install idea
.\gradlew idea (generates idea project files correctly)
idea64 (starts idea)
... add zulu15 install dir to intellij jdks ...
open project (should ask to load project gradle scripts and to trust project gradle build scripts)Reactions are currently unavailable