X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=README.md;h=1f7eef37cbab8eb2a68f23f8396dade6c7db24fb;hp=c8e8a0077fc40ac15ebab75d714b93e558654070;hb=30752040363cd68bf4fc8bbc7427ec7539e21e9e;hpb=48914fe40a7db4a85e7ffd8bd4c321d9d5ba736b diff --git a/README.md b/README.md index c8e8a00..1f7eef3 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ Sone aims to provide social network functionality for [Freenet](https://freenetproject.org/) (also here [on GitHub](https://github.com/freenet/)). +## Compiling + +Sone’s build process is handled by [Gradle](https://gradle.org/). Just use the Gradle wrapper that comes with Sone: + + # ./gradlew clean build fatJar + +This will resolve Sone’s dependencies, compile Sone, run all the tests, and put the file `sone-jar-with-dependencies.jar` into the `build/libs` directory. This is the file that you can load from Freenet’s plugin manager to run Sone. + ## Installing ### Prerequisites