-
Notifications
You must be signed in to change notification settings - Fork 64
Linux Build Instructions (v0.6.0)
Zodsmar edited this page Dec 28, 2020
·
1 revision
- Install the following packages:
git
,gradle
, andjava
. Ubuntu:sudo apt-get install git gradle java
Arch Linux:sudo pacman -S git gradle java
- Ensure you have Java 14. Run
java --version
if you are unsure about which version of Java you have. - Clone the repo with
git clone https://github.com/Zodsmar/SeedSearcherStandaloneTool.git
. - Navigate into the folder created with
cd SeedSearcherStandaloneTool
. - Run
gradle -q buildAll
. - Check the
build/libs
folder that was created by gradle. - Run the jar with
java -jar sassa-v0.6.0.jar
. - If you want, you can move the jar to a different folder (outside of the repo), delete the repo, and uninstall
git
,gradle
, andjava
.