diff options
Diffstat (limited to 'ham/svxlink/README')
-rw-r--r-- | ham/svxlink/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ham/svxlink/README b/ham/svxlink/README index 8c8e7edb52..f79f7e4541 100644 --- a/ham/svxlink/README +++ b/ham/svxlink/README @@ -6,6 +6,9 @@ controller or to operate on a simplex channel. The voice services are loaded into the core as plugins. The project also includes an EchoLink client GUI application (Qtel). +You can build only svxlink server (no Qtel) by passing QTEL=NO to the script: +QTEL=NO ./svxlink.SlackBuild + Opus is an optional (and, based on the audio quality, suggested!) dependency available from slackbuilds.org @@ -13,3 +16,6 @@ You need a "svxlink" user and group: # groupadd -g 286 svxlink # useradd -u 286 -g svxlink -d /var/spool/svxlink -s /bin/false svxlink + +The recommended uid/gid is 286, you may want to check +http://slackbuilds.org/uid_gid.txt for other recommendations. |