Skip to content
Snippets Groups Projects
README.md 769 B
Newer Older
Nico's avatar
Nico committed
# Briar Headless Debian Package

This is a simple binary package that installs
the official _briar-headless.jar_ provided by The
Briar Project to _/usr/share/java/_.
Nico's avatar
Nico committed

The following build dependencies are needed:
```bash
sudo apt install build-essential devscripts dh-make
```

Use `load-official-briar-headless-jar.sh` to get
the newest .jar.
Nico's avatar
Nico committed

You can then create the Debian package by calling `debuild`.

There were also intents to build a Debian package
from source, but it didn't work. It appears that
Kotlin is not yet supported for builds in Debian.
More information can be found
[in a previous version of this document](https://code.briarproject.org/briar/briar-debian/-/blob/d1228ed65893eaeee2644e5396c1ef0d3ebc3c2d/README.md#original-source-deb-configuration).