PDA

View Full Version : How I got it to work.. (RH 9, only most needed packages)



Elvampira
08-12-2003, 06:04 AM
1. connect to CVS and get a clean showeq:
cvs -d:pserver:anonymous:@cvs.seq.sourceforge.net:/cvsroot/seq login
cvs -d:pserver:[email protected]:/cvsroot/seq co showeq


2. go to showeq/src directory and rename libeq.h to libEQ.h:
cd /showeq/src
cp libeq.h libEQ.h
^^ here I could also have used mv for move.. but I used copy just to be save.


3. copy the 2 files from the zip file from Zoolander into the src directory:
the way I did it is I unziped it in windows then put it in the /showeq/src directory by using psftp (psftp comes with putty)
(http://seq.sourceforge.net/forums/showthread.php?threadid=3671)


4. apply the quickpatch in the src folder
cd /showeq/src
patch < quickpatch.diff
(to get the file in the src directory I also used psftp)
(http://sourceforge.net/tracker/index.php?func=detail&aid=753236&group_id=10131&atid=310131)


5. compile:
make -f Makefile.dist
./configure
make
make install


I am sorry if this has been posted somewhere already but ALL other posts I found did NOT work for me so i decided to add my own way how it worked for me.

GL
Elva

ShortBuss
08-12-2003, 07:01 AM
That is the same thing I did. I also added the following patch to fix some of the update radius problems.

http://seq.sourceforge.net/forums/showthread.php?s=&threadid=3787&perpage=15&pagenumber=2

Elvampira
08-12-2003, 07:39 AM
wow awesome, I was wondering why my stuff after some distance doesent update.. but I was scared to ask cus of ppl falming and I didnt find it in search

thanx alot :)