serberus
02-09-2005, 04:28 PM
Firstly, Linux makes me want to rip my face off.
I'm always logged in as root when using linux box (I know, who cares, all it does is SEQ)
Download the following packages:
ftp://sources.redhat.com/pub/automake/automake-1.8.5.tar.gz
http://ftp.gnu.org/gnu/autoconf/autoconf-2.59.tar.gz
http://ftp.gnu.org/gnu/libtool/libtool-1.4.3.tar.gz
http://www.tcpdump.org/release/libpcap-0.8.3.tar.gz
http://prdownloads.sourceforge.net/seq/showeq-maps-1.0.tar.bz2?download
put them all in /root
type the following
-----------------
tar zvxf automake-1.8.5.tar.gz
tar zvxf autoconf-2.59.tar.gz
tar zvxf libtool-1.4.3.tar.gz
tar zvxf libpcap-0.8.3.tar.gz
cd /root/libpcap-0.8.3
./configure
make && make install
cd /root/autoconf-2.59
./configure --bindir=/usr/bin
make && make install
cd /root/automake-1.8.5
./configure --bindir=/usr/bin
make && make install
cd /root/libtool-1.4.3
./configure --bindir=/usr/bin
make && make install
cd /root
cvs -z3 -d:pserver:[email protected]:/cvsroot/seq login
cvs -z3 -d:pserver:[email protected]:/cvsroot/seq co -r pre_5_0_beta showeq
cd /root/showeq
make -f Makefile.dist all
./configure
make && make install
cd /root
tar xjvf showeq-maps-1.0.tar.bz2
cd /root/showeq-maps-1.0
./configure
make install
showeq
---------------------
That's what I did and now I have skittles, thanks to various people on the boards for most of this info, I just pieced it together.
Serberus
I'm always logged in as root when using linux box (I know, who cares, all it does is SEQ)
Download the following packages:
ftp://sources.redhat.com/pub/automake/automake-1.8.5.tar.gz
http://ftp.gnu.org/gnu/autoconf/autoconf-2.59.tar.gz
http://ftp.gnu.org/gnu/libtool/libtool-1.4.3.tar.gz
http://www.tcpdump.org/release/libpcap-0.8.3.tar.gz
http://prdownloads.sourceforge.net/seq/showeq-maps-1.0.tar.bz2?download
put them all in /root
type the following
-----------------
tar zvxf automake-1.8.5.tar.gz
tar zvxf autoconf-2.59.tar.gz
tar zvxf libtool-1.4.3.tar.gz
tar zvxf libpcap-0.8.3.tar.gz
cd /root/libpcap-0.8.3
./configure
make && make install
cd /root/autoconf-2.59
./configure --bindir=/usr/bin
make && make install
cd /root/automake-1.8.5
./configure --bindir=/usr/bin
make && make install
cd /root/libtool-1.4.3
./configure --bindir=/usr/bin
make && make install
cd /root
cvs -z3 -d:pserver:[email protected]:/cvsroot/seq login
cvs -z3 -d:pserver:[email protected]:/cvsroot/seq co -r pre_5_0_beta showeq
cd /root/showeq
make -f Makefile.dist all
./configure
make && make install
cd /root
tar xjvf showeq-maps-1.0.tar.bz2
cd /root/showeq-maps-1.0
./configure
make install
showeq
---------------------
That's what I did and now I have skittles, thanks to various people on the boards for most of this info, I just pieced it together.
Serberus