Skip to content
Snippets Groups Projects
Forked from briar / briar
Source project has a limited visibility.

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/.

The following build dependencies are needed:

sudo apt install build-essential devscripts dh-make

Use load-official-briar-headless-jar.sh to get the newest .jar.

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.