ShowEQ 5.0.0.16 has been released.

It works against 10/13/2004 EQ Live.

Here is an excerpt from the ChangeLog file:
dohpaZ (11/7/04)
------------------------
  • Updated version to 5.0.0.16


dohpaZ (11/6/04)
------------------------
  • Minor 64-bit compatibility cleanup.
  • Cleaned up some minor warnings under gcc 3.4.2.


dophaZ (10/27/04)
------------------------
  • Applied patch #1047554 "Oct13 struct patch" created by codepig666 and submitted to the Patches tracker by tanner (Basic).


dohpaZ (10/2/04)
------------------------
  • Migrate to new (autoconf >2.50) style AC_INIT & AM_INIT_AUTOMAKE
  • Update INSTALL to reflect new minimum automake 1.7 requirement for Makefile.dist users.
  • Exclude MOC output files m_*.cpp from Doxygen processing.
  • Removed QT_VERSION checks that for versions of Qt that we no longer support (Qt 2.x, 3.0.x) to improve code readability/maintainability.
  • Improved MOC file handling.
  • Miscellaneous cleanup.


dohpaZ (10/1/04)
------------------------
  • Integrated patch #'s: 1037498, 1037496, 1037494, 1037493, 1037491 "Doxygen support for autoconf/automake" from tanner(Basic)
  • Added minor Doxygen related tweaks to source.
  • Added automatic Qt tag file generation for use with doxygen, along with a doxygen-installdox rule to build the html dox and link them to trolltech's website.
  • Minor bug fix related to a recently integrated patch.
  • Some more robustness modifications.
  • Fixed a minor warning.


dohpaZ (09/29/04)
------------------------
  • More kdevelop project related tweaks.
  • Added Doxyfile for DOxygen related configuration.


dophaZ (09/27/04)
------------------------
  • Added kdevelop project.


dophaZ (09/25/04)
------------------------
  • Fixed some more gcc 3.4 warnings.
  • Made configure pay attention to CFLAGS and CXXFLAGS passed in on the the command line.
This release has been tested to compile and run on stock Suse 9.2 and Gentoo 2004.2.

The tarball and Suse 9.2 RPMs for this release can be found in the ShowEQ Files section as well as on my web site.




To configure, compile, and install ShowEQ itself from the tar file, all you have to do is the following:
Code:
$ tar xjvf showeq-5.0.0.16.tar.bz2
$ cd showeq-5.0.0.16
$ ./configure
$ make
$ make install
If you happen to be on Suse 9.2 (and possibly Suse 9.1 and other RPM based systems) you can use the RPMs that I put up... So, on an Suse 9.2 system with an i586/i686 processor you only have to do the following to install ShowEQ:
Code:
$ rpm -ihv showeq-5.0.0.16-1.i586.rpm
If you use the RPMs please install the ShowEQ maps from the showeq-maps RPM.

Directly building from CVS is still supported, but deprecated for non-developers.

Tanner will release debs for debian.

Enjoy,
Zaphod (dohpaZ)