Skip to content

Install

McDope edited this page Aug 24, 2020 · 19 revisions

Install

Installing from PPA

to be done

Compiling from source

Before proceeding, make sure all dependencies are installed: libxml2-dev, libpam0g-de, libudisks2-dev, libglib2.0-dev

$ make
# make install

Compiling and installing deb

Like "Compiling from source", but instead of make install run make deb. Afterwards you will find the deb in the directory above your source directory.

This additionally requires debhelper, devscripts and dh-systemd.

Clone this wiki locally