mustuxlib installation
======================

At this moment mustux needs to istalled system wide.

Compiling mustuxlib from tar ball
=================================
Un tar sources and run:

./configure
make
make install

Note: for 'make install' you need root privilidges.

Compiling mustuxlib from cvs
============================
With clean cvs checkout, run following commands in mustuxlib directory:

libtoolize
make -f admin/Makefile.common
./configure
make
make install

Note: for 'make install' you need root privilidges.

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

