packaging: adjust library and binaries section

This commit is contained in:
Nedko Arnaudov 2023-05-28 00:34:04 +03:00
parent 518ff44b52
commit 37d45bfbda
1 changed files with 5 additions and 1 deletions

View File

@ -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 `<PREFIX>/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 `<PREFIX>/lib64/` (for 64-bit libraries) or `<PREFIX>/lib/` (for 32-bit libraries).
SONAME of libjack is libjack.so.0, so symbolic link should be created, like this: