PDA

View Full Version : ShowEQ 6.2.17 for Live 01/18/23



cn187
01-18-2023, 10:03 PM
Announcing the release of ShowEQ version 6.2.17. Special thanks to Newby for the patch.

This version is compatible with the Jan 18th release.



cn187 (01/18/23)
----------------
- Update to version 6.2.17
- Support for EQ Patch 01/18/23
- Struct and opcode updates (Newby)


This new release is available in the files section of SourceForge at https://sourceforge.net/projects/seq/files/ShowEQ/Showeq-6.2.17/, or from the SVN repository at http://svn.code.sf.net/p/seq/svn/showeq/tags/v6_2_17/

Installation (tarball):


$ tar xjvf showeq-6.2.17.tar.bz2
$ cd showeq-6.2.17
$ ./configure
$ make
$ make install


Installation (SVN):


$ svn checkout http://svn.code.sf.net/p/seq/svn/showeq/tags/v6_2_17 showeq-6.2.17
$ cd showeq-6.2.17
$ make -f Makefile.dist build
$ ./configure
$ make
$ make install

BlueAdept
01-19-2023, 05:25 PM
Thank you cn187. The patch wasnt up when I had time and when I got back, you had already did it.