diff options
author | B. Watson <yalhcru@gmail.com> | 2021-12-07 13:05:17 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-10 08:37:37 +0700 |
commit | b57e04419b408c72bde993da3b6e0bf9cf6dae78 (patch) | |
tree | 5c6a5c27374ccacde2ac8cd40475ff9389ade33c /audio/jamulus/SERVER.txt | |
parent | a79a62e75bed339ca0067ad5fbaa8d6947e2a2a1 (diff) |
audio/jamulus: Updated for version 3.8.1.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/jamulus/SERVER.txt')
-rw-r--r-- | audio/jamulus/SERVER.txt | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/audio/jamulus/SERVER.txt b/audio/jamulus/SERVER.txt index f226442b0802f..85167f295b4cb 100644 --- a/audio/jamulus/SERVER.txt +++ b/audio/jamulus/SERVER.txt @@ -5,12 +5,13 @@ By default, the jamulus binary can function as: - Headless server (-s and -n options, neither X nor jackd required) Even though the headless mode doesn't require a running X server, -it still requires the qt4 and X11 shared libraries. There's no way to -compile jamulus without these. +it still requires the Qt5 shared libraries. There's no way to compile +jamulus without these. -If you launch jamulus from the desktop start menu, you'll get the client. -If you want to run a server, you'll have to either run it from the command -line, or create a different launcher/shortcut for jamulus as a server. +You can launch jamulus as either a client or a server with GUI from +the desktop start menu. If you want to run a headless server, you'll +have to either run it from the command line, or create a different +launcher/shortcut for jamulus as a headless server (with -n option). If you want to run a headless server that starts at boot time (like a regular daemon), currently the best way to do this is to call it @@ -18,13 +19,19 @@ from /etc/rc.d/rc.local. There's no "daemon" option, so you'll have to background it with &, and redirect stdout/stderr somewhere (see also the -l <logfile> option). +Dedicated server only build +---------------------------- + If you *really* want to build a dedicated jamulus server, you can do so by setting SERVERONLY=yes in the SlackBuild's environment. In this case, you can ignore the REQUIRES="jack" line in the .info file. -The resulting jamulus binary will work exactly as the regular jamulus, -except it doesn't make sound nor accept audio input from your instrument. -It'll only be useful as a server (with -s and possibly also -n). +The resulting jamulus binary will work only as a dedicated server. +It wont't make sound nor accept audio input from your instrument, and +it won't require X11 shared libraries (though it still does require +Qt5 shared libs). It'll only be useful as a server, and it'll have to +be run from the command line, or a shell script (won't show up in your +desktop start menu). The *only* reason to ever do this is if you really *really* don't want to install jack for some reason. |