Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 1.11 KB

INSTALLATION.rst

File metadata and controls

48 lines (27 loc) · 1.11 KB

Installation

a2jmidid uses the build system.

Configure and build

To configure the project, 's (e.g. prefix) can be used to prepare a build directory:

meson --prefix=/usr build

One additional - project specific - option enables for building without support:

meson --prefix=/usr -Ddisable-dbus=true build

To build the application is required:

ninja -C build

Install

is able to install the project components to the system directories (when run as root), while honoring the DESTDIR environment variable:

DESTDIR="/some/other/location" meson install -C build