PDA

View Full Version : Showeq working with Debian 2.2



Gandalf
08-28-2002, 05:39 AM
I've got showeq working well with Debian 2.2. its running the 2.2 kernel, but later i plan to build a box with Debian 3.0 and the newest kernel and provide some instructions.

but i figured i'd let the world know in case any debian users have questions.

casey
08-28-2002, 01:42 PM
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.