PDA

View Full Version : ShowEQ 6.1.3 for Live 06/16/21



cn187
06-16-2021, 12:39 PM
Announcing the release of ShowEQ version 6.1.3. This version is compatible with the June 16th release.

cn187 (06/16/21)
-------------------
- Updated version to 6.1.3
- Support EQ patch 06/16/21
- Updated struct and opcodes

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

Installation (tarball):



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



Installation (SVN):


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

BlueAdept
06-16-2021, 04:05 PM
Thank you!

Loki
06-16-2021, 05:13 PM
Thanks.