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
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