-
Notifications
You must be signed in to change notification settings - Fork 64
Building SASSA for Linux (OpenJDK) v0.5.0 OUTDATED
Zodsmar edited this page Dec 28, 2020
·
1 revision
It runs okay with the build (Except minor UI issues with text overlapping other area and "Start" button being super small. I've attached the screenshot for references.
For those who want to build it for themselves:
- Install java
sudo apt install open-jdk open-jre
(minecraft auto installs them so if you have minecraft you are good to go) - Install javafx
sudo apt install openjfx
- Get the latest gradle. DO NOT USE THE REPOSITORY VERSION. It fails on step 5.
Here is a quick tutorial on how to do that: https://linuxize.com/post/how-to-install-gradle-on-ubuntu-18-04/ (Instead of version 5.0 on the tutorial, use 6.3 [replace every 5.0 on that tutorial with 6.3]
- Clone the repo, go to that folder,
switch to dev branchand rungit checkout development
chmod +x ./gradlew
Edit: You dont need to switch to that branch, its already merged to master.
- You apparently need to run a wrapper:
gradle wrapper
- After its done, build using:
./gradlew build
- You can run the built file:
./gradlew run
Posted by A4D4R