Announcing the release of the 1st release candidate for ShowEQ 6. This version is compatible with the Oct 21 release.

This new release is available in the files section of SourceForge at https://sourceforge.net/projects/seq...q-6.0.0.0-rc1/ or from the SVN repository at https://svn.code.sf.net/p/seq/svn/sh.../v6_0_0_0_rc1/

Compatibility Notes:

* ShowEQ 6 uses Qt4. As a result, you will need the Qt4 libraries and headers installed in order to compile and use ShowEQ 6.

* Due to incompatibilities between Qt3 and Qt4, some window and docking preferences that were saved in ShowEQ 5 or in the previous versions of the ShowEQ 6 beta may not be applied correctly. Please resize and rearrange your windows as desired, and then re-save your preferences. This will update your preferences file with the new Qt4-based docking info, and will allow your window preferences to be applied correctly in future sessions.

* Please report any issues with compiling or using ShowEQ 6 in the Beta forum

Installation (tarball):

Code:
$ tar xjvf showeq-6.0.0.0-rc1.tar.bz2
$ cd showeq-6.0.0.0-rc1
$ ./configure
$ make
$ make install

Installation (SVN):

Code:
$ svn checkout https://svn.code.sf.net/p/seq/svn/showeq/tags/v6_0_0_0_rc1/
$ cd showeq-6.0.0.0-rc1
$ ./configure
$ make
$ make install