Quick Start
Installing Zernikalos
How to install and build the Zernikalos engine
Getting the engine
Basic Setup
- Clone the repository from GitHub:
git clone https://github.com/Zernikalos/Zernikalos.git-
Build the project:
Using IntelliJ IDEA (Recommended):
- Open the project in IntelliJ IDEA
- Click on the Gradle tab on the right sidebar
- Run the
buildtask
Using Command Line:
./gradlew build