Skip to content

Linux Build Instructions (v0.6.0)

Zodsmar edited this page Dec 28, 2020 · 1 revision

Linux Build Instructions

  1. Install the following packages: git, gradle, and java. Ubuntu: sudo apt-get install git gradle java Arch Linux: sudo pacman -S git gradle java
  2. Ensure you have Java 14. Run java --version if you are unsure about which version of Java you have.
  3. Clone the repo with git clone https://github.com/Zodsmar/SeedSearcherStandaloneTool.git.
  4. Navigate into the folder created with cd SeedSearcherStandaloneTool.
  5. Run gradle -q buildAll.
  6. Check the build/libs folder that was created by gradle.
  7. Run the jar with java -jar sassa-v0.6.0.jar.
  8. If you want, you can move the jar to a different folder (outside of the repo), delete the repo, and uninstall git, gradle, and java.
Clone this wiki locally