Skip to content
Snippets Groups Projects
Commit 1a07b243 authored by Nico's avatar Nico
Browse files

Include information about packageDeb dependencies

parent cb0e9a39
No related branches found
No related tags found
1 merge request!21Add section 'Building and Running' to readme
Pipeline #7686 passed
...@@ -77,6 +77,14 @@ To specify a different data directory and enable the debug output: ...@@ -77,6 +77,14 @@ To specify a different data directory and enable the debug output:
./gradlew run --args="--debug --data-dir=/tmp/briar-tmp" ./gradlew run --args="--debug --data-dir=/tmp/briar-tmp"
In case you want to build a self-contained Debian package, note that you need at least JDK 15 and that you might need to install `binutils` and `fakeroot` before running the respective task:
./gradlew packageDeb
If you want to use the JDKs downloaded by Intellij IDEA, you can for example specify the path like this:
./gradlew packageDeb -Dorg.gradle.java.home=/home/briar/.jdks/azul-15.0.4
## Translations ## Translations
See [TRANSLATION.md](./TRANSLATION.md) for more information. See [TRANSLATION.md](./TRANSLATION.md) for more information.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment