NetEngineer
10-04-2002, 12:38 PM
1) Download Mandrake 8.2 (3-CD’s) and perform the installation.
2) Install Linux workstation. On the Package selection Screen De-Select everything except for KDE Interface. Follow along with the installation wizard and perform the tasks it asks of you. Upon Completion of the installation… you will have a very clean and package free installation.
3) Once you are logged into Mandrake 8.2 it’s now time to install the required packages… so keep those CD’s handy.
a. Goto the icon in the bottom left corner of your screen; which, looks like a “gear with an overlaying Letter K”
b. Select/Click this Icon
c. Goto Configuration
d. Goto Packaging
e. Goto Software Manager
f. Login with the root password (should be prompting you)
g. Goto step Four.
4) This will take you to the Individual Package Selection screen. At the top there is Tree View and Flat View. Select Flat View to see all available RPM files to install. Below is the list from Yendor and Zaphod of what needs to be installed. My recommendation is to utilize the find feature instead of scrolling thru the entire listing. Keep in mind some of these could already be installed with the KDE Package… so if you don’t find it… continue to the next package.
XFree86-devel
XFree86-libs
autoconf
automake
binutils
cvs
freetype
gcc3
gcc3-c++
gd
gd-devel
gdbm
gdbm-devel
glibc
glibc-common
glibc-devel
kernel-headers
libgcc
libjpeg
libjpeg-devel
libmng
libmng-devel
libpcap
libpng
libpng-devel
libstdc++3
libstdc++3-devel
libtool
libtool-libs
m4
make
patch
zlib
zlib-devel
5) Now its time to go into Command Line mode…
a. Goto the icon in the bottom left corner of your screen; which, looks like a “gear with an overlaying Letter K”
b. Select/Click this Icon
c. Goto Terminals
d. Select Terminal (Super-user Mode)
** Note: If you’re not careful in this mode (Super-User) you WILL mess something up!! Which means start from scratch!! **
e. Goto step Six.
6) Type in the command lines as shown
cd
mkdir /seq
cd /seq
cd /usr/lib
wget --passive-ftp http://www27.brinkster.com/blueadept/libEQ.a
wget –-passive-ftp ftp://at.rpmfind.net/linux/mandrake/updates/8.1/RPMS/libpng2-1.0.12-2.1mdk.i586.rpm
rpm –ivh libpng2-1.0.12-2.1mdk.i586.rpm
cd /seq
wget --passive-ftp http://doomed.to/showeq/qt-gcc3-2.3.2-1.i386.rpm.php
wget --passive-ftp http://doomed.to/showeq/qt-gcc3-dev...-1.i386.rpm.php
rpm -ivh qt-gcc3-2.3.2-1.i386.rpm qt-gcc3-devel-2.3.2-1.i386.rpm
export CVSROOT=:pserver:[email protected] :/cvsroot/seq
cvs login
cvs checkout showeq
cd showeq
export QTDIR=/opt/qt-gcc3-2.3.2
export PATH=$QTDIR/bin:$PATH
export MANPATH=$QTDIR/doc/man:$MANPATH
export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
export CXX=g++3
export CC=gcc3
make -f Makefile.dist
./configure
make
make install
6) When make install completes… type ShowEQ in the Terminal Window’s Command Prompt.
This is merely a revised ShowEQ installation instruction set… that works with a Mandrake 8.2 installation… that is pratically spoon feeding you the info… Enjoy and Happy SEQing.
2) Install Linux workstation. On the Package selection Screen De-Select everything except for KDE Interface. Follow along with the installation wizard and perform the tasks it asks of you. Upon Completion of the installation… you will have a very clean and package free installation.
3) Once you are logged into Mandrake 8.2 it’s now time to install the required packages… so keep those CD’s handy.
a. Goto the icon in the bottom left corner of your screen; which, looks like a “gear with an overlaying Letter K”
b. Select/Click this Icon
c. Goto Configuration
d. Goto Packaging
e. Goto Software Manager
f. Login with the root password (should be prompting you)
g. Goto step Four.
4) This will take you to the Individual Package Selection screen. At the top there is Tree View and Flat View. Select Flat View to see all available RPM files to install. Below is the list from Yendor and Zaphod of what needs to be installed. My recommendation is to utilize the find feature instead of scrolling thru the entire listing. Keep in mind some of these could already be installed with the KDE Package… so if you don’t find it… continue to the next package.
XFree86-devel
XFree86-libs
autoconf
automake
binutils
cvs
freetype
gcc3
gcc3-c++
gd
gd-devel
gdbm
gdbm-devel
glibc
glibc-common
glibc-devel
kernel-headers
libgcc
libjpeg
libjpeg-devel
libmng
libmng-devel
libpcap
libpng
libpng-devel
libstdc++3
libstdc++3-devel
libtool
libtool-libs
m4
make
patch
zlib
zlib-devel
5) Now its time to go into Command Line mode…
a. Goto the icon in the bottom left corner of your screen; which, looks like a “gear with an overlaying Letter K”
b. Select/Click this Icon
c. Goto Terminals
d. Select Terminal (Super-user Mode)
** Note: If you’re not careful in this mode (Super-User) you WILL mess something up!! Which means start from scratch!! **
e. Goto step Six.
6) Type in the command lines as shown
cd
mkdir /seq
cd /seq
cd /usr/lib
wget --passive-ftp http://www27.brinkster.com/blueadept/libEQ.a
wget –-passive-ftp ftp://at.rpmfind.net/linux/mandrake/updates/8.1/RPMS/libpng2-1.0.12-2.1mdk.i586.rpm
rpm –ivh libpng2-1.0.12-2.1mdk.i586.rpm
cd /seq
wget --passive-ftp http://doomed.to/showeq/qt-gcc3-2.3.2-1.i386.rpm.php
wget --passive-ftp http://doomed.to/showeq/qt-gcc3-dev...-1.i386.rpm.php
rpm -ivh qt-gcc3-2.3.2-1.i386.rpm qt-gcc3-devel-2.3.2-1.i386.rpm
export CVSROOT=:pserver:[email protected] :/cvsroot/seq
cvs login
cvs checkout showeq
cd showeq
export QTDIR=/opt/qt-gcc3-2.3.2
export PATH=$QTDIR/bin:$PATH
export MANPATH=$QTDIR/doc/man:$MANPATH
export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
export CXX=g++3
export CC=gcc3
make -f Makefile.dist
./configure
make
make install
6) When make install completes… type ShowEQ in the Terminal Window’s Command Prompt.
This is merely a revised ShowEQ installation instruction set… that works with a Mandrake 8.2 installation… that is pratically spoon feeding you the info… Enjoy and Happy SEQing.