Announcing the release of ShowEQ version 6.2.0. This version is compatible with the December 7th release.

Code:
cn187 (12/07/21)
----------------
- Update to version 6.2.0
- Support for EQ patch 12/07/21
- Opcode and struct changes
- Add support for compiling with Qt5 [EXPERIMENTAL]
This new release is available in the files section of SourceForge at https://sourceforge.net/projects/seq.../Showeq-6.2.0/, or from the SVN repository at http://svn.code.sf.net/p/seq/svn/showeq/tags/v6_2_0/

Installation (tarball):

Code:
$ tar xjvf showeq-6.2.0.tar.bz2
$ cd showeq-6.2.0
$ ./configure
$ make
$ make install
Installation (SVN):
Code:
$ svn checkout http://svn.code.sf.net/p/seq/svn/showeq/tags/v6_2_0 showeq-6.2.0
$ cd showeq-6.2.0
$ make -f Makefile.dist build
$ ./configure
$ make
$ make install