About
-----

QasMixer is a mixer application for the Linux sound system ALSA.
It offers a similar functionality as the console alsamixer but features a
graphical user interface.
QasMixer is written in C++ using only the standard and QT4 libraries.


Copying
-------

QasMixer is distributed under the terms in the COPYING text file.


Requirements
------------

The following libraries are required on runtime.
(Debian squeeze package names)

libasound2
libqtcore4
libqtgui4
libqt4-network
libqt4-svg

The QT libraries must be of version 4.6 at least.


Installation
------------

The following packages are required for a successful build.
(Debian squeeze names)

libasound2-dev - ALSA library develoment files
libqt4-dev     - QT4 development files
cmake          - The build system


QasMixer uses the CMake build system.
Assumed you're in the distribution base directory type

cd build
cmake ..
make
sudo make install

If you want to install into a specific directory e.g. ~/local
then the cmake command above must be called with the CMAKE_INSTALL_PREFIX
parameter set.

cmake .. -DCMAKE_INSTALL_PREFIX=~/local


Authors
-------

QasMixer was written by:

Sebastian Holtermann <sebholt@xwmw.org>

