Source code
The latest version of the source code is available in our Subversion repository.
Feel free to browse the source code.
You’ll need OpenSSL, zlib, libvorbis and one of the packages to support the audio backends. Under Linux you can choose between pulseaudio, gstreamer and libao.
Installation commands for dependencies under Debian/Ubuntu:
aptitude install libssl-dev zlib1g-dev libvorbis-dev libtool libncursesw5-dev libao-dev
# For pulseaudio backend
aptitude install libpulse-dev
# For GStreamer backend
aptitude install libgstreamer-plugins-base0.10-0 libgstreamer0.10-dev
aptitude install libao-dev # For libao backend