About
-----

QasConfig is a simple ALSA configuration browser.
It is written in C++ using only the standard and Qt libraries.


Copying
-------

QasConfig 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

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     - Qt development files
cmake          - The build system


QasConfig uses the CMake build system.

For a system wide installation type:

cd qasconfig_x.y.z
mkdir build
cd build
cmake ..
make -j8
sudo make install


For a local build you can instead call:

cd qasconfig_x.y.z
mkdir build
mkdir install
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=../install
make -j8
make install


Authors
-------

QasConfig was written by:

Sebastian Holtermann <sebholt@xwmw.org>

