From 37d45bfbda1711b5a25e72b135909baa9d642da7 Mon Sep 17 00:00:00 2001 From: Nedko Arnaudov Date: Sun, 28 May 2023 00:34:04 +0300 Subject: [PATCH] packaging: adjust library and binaries section --- packaging.adoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packaging.adoc b/packaging.adoc index ed949ee..a40fed8 100644 --- a/packaging.adoc +++ b/packaging.adoc @@ -89,7 +89,6 @@ In case LADISH is not in effect, auto-starting behaviour of libjack depends on p This includes: -* `libjack` - library that JACK-aware client applications link to * `jackdbus` - The D-Bus frontend for JACK server * `jack_control` - Commandline frontend to jackdbus @@ -97,6 +96,11 @@ They are to be installed in `/bin/`. === Libraries +This includes: + +* `libjack` - library that JACK-aware client applications link to +* `libjackserver` - library that JACK-aware server applications link to + The `libjack`, `libjacknet` and `libjackserver` libraries are to be installed in `/lib64/` (for 64-bit libraries) or `/lib/` (for 32-bit libraries). SONAME of libjack is libjack.so.0, so symbolic link should be created, like this: