Skip to content

How to install SvxReflector?

kovalroma edited this page Aug 24, 2017 · 9 revisions

Install a couple of packages that SvxReflector depend on. In a terminal, type the following commands.

sudo apt-get update sudo apt-get install g++ libsigc++-2.0-dev libgsm1-dev libpopt-dev tcl-dev libgcrypt11-dev libspeex-dev libasound2-dev make alsa-utils git cmake libqt4-dev libopus-dev opus-tools

Then add svxlink user.

adduser svxlink

Then, put this code to the terminal

git clone https://github.com/sm0svx/svxlink.git
cd svxlink
git checkout svxreflector
mkdir src/build
cd src/build
cmake -DUSE_QT=OFF -DCMAKE_INSTALL_PREFIX=/usr -DSYSCONF_INSTALL_DIR=/etc -DLOCAL_STATE_DIR=/var -DCMAKE_BUILD_TYPE=Release ..
make
sudo make install

Open /etc/svxlink/svxserver.conf
and change AUTH_KEY="change this key now"

After this you could try to start svxreflector from terminal.

Clone this wiki locally