Basic Installation
==================

Simply run ./install.sh (you must be root for this!)

If you want to install by hand:
-------------------------------

This is the installation documentation:

1. unpack the tarball:
     gzip -d xmangle-XXX.tar.gz
     tar xv xmangle-XXX.tar
    
    or in newer tar-versions:
     tar xvz xmangle-XXX.tar.gz

2. edit the variables in the Makefile
3. compile the sources:
     make

4. become root and install the binaries:
     make install