protux installation
===================

requirements
============
You need installed system wide :
- Mustux Libray (libmustux)
- ALSA >= 0.9.0
- QT >= 3.0


compiling from tar ball
=======================

./configure
make

Also install and unistall works (with root priviledges):
make install
make uninstall

compiling from cvs sources
==========================
Following commands should do the tricks:

./configure
make

Also install and unistall works (with root priviledges):
make install
make uninstall


Usefull configure options
=========================
(you can list all configure options with './configure --help'

Some distributions seems to install only multithread version
from QT libraries, to enable those:
./configure --enable-mt

To compile with QT 2 libraries: 
./configure --with-QT2

