### This is jack 2.0.1 (c) 1999 Arne Zellentin
### free to use, no warranties, no nothing
### see COPYING

uncompress it:
# gunzip jack-*.gz
untar it:
# tar xvf jack-*.tar
change dir:
# cd jack-*
[You are here :] Copy it somewhere in your $PATH, e.g.:
# cp jack $HOME/bin
or (you may have to be root)
# cp jack /usr/local/bin

install the ID3 module as it is not yet part of python:
as root:
# cp ID3.py /usr/lib/python1.5
or
# cp ID3.py /usr/local/lib/python1.5

as a normal user:
# cp ID3.py $HOME/bin
# PYTHONPATH=$PYTHONPATH:$HOME/bin
# export PYTHONPATH

that's it!
