A Ventrilo Compatible Client for Linux
To build mangler from source, you will need to make sure you have all of the build dependencies installed. For debian and redhat based systems, this means you will need to install the *-dev packages listed below. Building Mangler requires:
- libspeex: http://www.speex.org/downloads/
- libgsm: http://www.quut.com/gsm/
- gtkmm: http://www.gtkmm.org/download.shtml
- libpulse: http://www.pulseaudio.org
- librsvg: http://librsvg.sourceforge.net/download/
The actual build process works just like any other application. You run ./configure, make, and make install.
Note: Mangler is built on the libventrilo3 library (included in the distribution), you will need to run “ldconfig” as root in order to update your run-time linker configuration after you run make install.
Debian-based users can run the following:
sudo apt-get install build-essential libgtkmm-2.4-dev libpulse-dev \
libgsm1-dev libspeex-dev librsvg2-common
Fedora Users can run the following:
yum install gtkmm24 gtkmm24-devel speex speex-devel gsm \
gsm-devel pulseaudio-libs-devel librsvg2