Results 1 to 1 of 1

Thread: How to get ShowEQ

  1. #1
    Did you SEQ today? BlueAdept's Avatar
    Join Date
    Dec 2001
    Posts
    2,004

    How to get ShowEQ

    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:

    Code:
    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.
    Code:
    make -f Makefile.dist build
    ./configure && make && make install
    To comple the SVN Tarball:

    Untar the tarball
    Code:
    tar - zxf tarfile
    Change into the directory where it was extracted.
    Code:
    make -f Makefile.dist build
    ./configure && make && make install
    To comple the SF File section Tarball:

    Untar the tarball
    Code:
    tar -jxf tarfile
    Change into the directory where it was extracted.
    Code:
    ./configure && make && make install
    How to patch:

    patch -p 0 < patch-file-name
    Last edited by BlueAdept; 05-21-2017 at 05:49 PM.
    Filters for ShowEQ can now be found here. filters-5xx-06-20-05.tar.gz

    ShowEQ file section is here. https://sourceforge.net/project/show...roup_id=10131#

    Famous Quotes:

    Ratt: WTF you talkin' about BA? (Ok.. that sounds like a bad combo of Diffrent Strokes and A-Team)

    Razzle: I showeq my wife

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

You may post new threads
You may post replies
You may post attachments
You may edit your posts
HTML code is Off
vB code is On
Smilies are On
[IMG] code is On