Skip to content

Installation

hyperdefined edited this page Nov 14, 2021 · 12 revisions

Before You Install

You first will need to install Java 8 or above. You probably have this already installed. You can see if you have Java installed by opening a terminal (Command Prompt on Windows) and typing this command:

java -version

If the version says 1.8 or something higher, you have Java installed and can continue.

Missing Java

If it says something about unknown command, you do not have Java installed or your path is not set correctly!

Windows

Head here and download the latest release (make sure "Temurin 8 (LTS)" is selected!)

Run the installer and make sure to enable "Set JAVA_HOME variable" and "JavaSoft (Orable) registry keys."

Linux

Most distros will have Java installed. Because there are many different distros, you will want to find out how to install Java for your specific distro.

Installing

Head over to the releases page and download the latest version. For Windows users, download the exe file. For Linux users, download the tar.gz file.

Windows

Create a new folder somewhere on your PC. It does not matter where. After downloading, move the exe file to the new folder you created. From there, run the program! You are all set to go.

Linux

After downloading, extract the file. It will create a new folder. In the new folder, there will be a run.sh file. Simply run that file to run the program!

Clone this wiki locally