|
Main Menu
|
These pages are obsolete. Please use the Trac pages instead
Installation instructions for Debian 4.0
This instruction was written for the 090426 release of SvxLink.
There are no binary packages for Debian but it is quite easy
to compile SvxLink from source. First, install a couple of
packages that SvxLink depend on. In a terminal, type the
following commands as user 'root'.
apt-get update
apt-get install alsa-utils g++ make libsigc++-1.2-dev libgsm-dev libpopt-dev libgcrypt-dev tcl8.4-dev libspeex-dev
If you need Qtel you also need the QT development libraries.
apt-get install libqt3-mt-dev
Download and compile the source code and then install it:
wget http://downloads.sourceforge.net/svxlink/svxlink-090426.tar.gz
tar xvzf svxlink-090426.tar.gz
cd svxlink-090426
make
make install
You also need to download and install the sound files (sounds-090426)
as described in
the main installation instruction
if you want to run SvxLink Server.
Now go back to the installation page and read the
post install stuff chapter.
|