mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 02:39:05 +01:00
Merge branch 'headless-document-build' into 'master'
Briar Headless: Document build process See merge request briar/briar!1042
This commit is contained in:
@@ -11,6 +11,10 @@ The REST API peer comes as a `jar` file
|
||||
and needs a Java Runtime Environment (JRE) that supports at least Java 8.
|
||||
It currently works only on GNU/Linux operating systems.
|
||||
|
||||
To build the `jar` file, you can do this:
|
||||
|
||||
$ ./gradlew --configure-on-demand briar-headless:jar
|
||||
|
||||
You can start the peer (and its API server) like this:
|
||||
|
||||
$ java -jar briar-headless/build/libs/briar-headless.jar
|
||||
|
||||
Reference in New Issue
Block a user