PDA

View Full Version : How to get ShowEQ



BlueAdept
10-26-2012, 07:20 AM
There are two ways to get ShowEQ. Through SVN and through the file section of SourceForge as a tarball. The SVN is usually the newest version and may contain the cutting edge changes. The SF File section tarball will be the most stable release, but may not work due to patches in Everquest. Announcements of latest version are usually made in the forums. Latest fixes are usually noted in the forums.

To get the SVN version of ShowEQ do this:


svn co https://svn.code.sf.net/p/seq/svn/showeq/trunk showeq

You can get an SVN tarball here (at bottom of the page click the "Download GNU tarball" link):

http://seq.svn.sourceforge.net/viewvc/seq/showeq/

The Official release tarball version of ShowEQ can be found here:

http://sourceforge.net/projects/seq/files/

To comple the SVN checkout:

Change into the directory where it was saved.

make -f Makefile.dist build
./configure && make && make install

To comple the SVN Tarball:

Untar the tarball
tar - zxf tarfile
Change into the directory where it was extracted.

make -f Makefile.dist build
./configure && make && make install

To comple the SF File section Tarball:

Untar the tarball
tar -jxf tarfile
Change into the directory where it was extracted.

./configure && make && make install

How to patch:

patch -p 0 < patch-file-name