Skip to content

Building the project using gradle

DranikProgrammer edited this page Sep 21, 2017 · 2 revisions

Switch to the project directory and run the gradlew binary. Running it with lwjgl3:run runs it. Use lwjgl3:build for assembling the jar.

./gradlew lwjgl3:run

This would be the command for running it on linux.

Clone this wiki locally