Skip to content
David Roden edited this page Oct 13, 2017 · 14 revisions

Compiling Sone

For Users

Compiling Sone is quite simple.

./gradlew clean fatJar

This will build a sone-jar-with-dependencies.jar in the build/libs directory. Feed this file to your Freenet node and you’re done.

For Developers

If you like to work on Sone, use the test target to quickly compile and test your changes:

./gradlew clean test
Clone this wiki locally