debian testing/unstable instructions
1) install debian
2) vi /etc/apt/sources.list
G
o
deb ftp://azriel.trifocus.net/debian dists/qt-gcc3/
:wq
3) apt-get update
4) apt-get install build-essential gcc-3.1 g++-3.1 cpp-3.1 wget qt-gcc3-mt-dev cvs autoconf automake1.5
5) cd /usr/lib; wget --passive-ftp ftp://smurfette.trifocus.net/pub/libeq/i386/linux/libEQ.a
6) cd wherever-you-like-to-keep-code
7) cvs -z3 -d :pserver:
[email protected]:/cvsroot/seq showeq
8) cd showeq
make -f Makefile.dist
CC=gcc-3.1 CXX=g++-3.1 QTDIR=/usr/lib/qt-gcc3 ./configure
make
make install
feel free to add to that and elaborate if you wish when you are making your own set of instructions. My QT package will be updated to be compiled by gcc 3.2 soon, so this will change a bit once that happens.