PDA

View Full Version : Moved From: ShowEQ 5.0.0.15 released



jedin8
11-06-2004, 07:59 AM
I tried the stock install of fedora core 2 and followed your instructions. I keep recieving the following message during the ./configure

checking for Qt... no
>> Unable to locate your Qt includes...
configure: error: Please verify your Qt devel install!
[root@localhost showeq-5.0.0.15]#

What do I need to do o great one!


Just put up:

showeq_5.0.0.15-1_i386.deb
showeq-dev_5.0.0.15-1_i386.deb
showeq-maps_1.00.0-1_all.deb

Add the following to your /etc/apt/sources.list

deb ftp://ftp.real-time.com/linux/real-time unstable custom
deb-src ftp://ftp.real-time.com/linux/real-time unstable custom

Installation:

% sudo apt-get update
% sudo apt-get install showeq

Changelogs:
showeq_5.0.0.15-1_i386.changes (ftp://ftp.real-time.com/linux/real-time/pool/s/showeq/showeq_5.0.0.15-1_i386.changes)
showeq-maps_1.00.0-1_i386.changes (ftp://ftp.real-time.com/linux/real-time/pool/s/showeq/showeq-maps_1.00.0-1_i386.changes)

jedin8
11-06-2004, 08:01 AM
Sorry, quoted wron post earlier. This is what I tried and failed on with the following.


checking for Qt... no
>> Unable to locate your Qt includes...
configure: error: Please verify your Qt devel install!
[root@localhost showeq-5.0.0.15]#




ShowEQ 5.0.0.15 has been released.

It works against 09/23/2004 EQ Live.

The distribution method for ShowEQ is being migrated to tarballs and packages in order to reduce support issues. This eliminates our dependencies on autoconf, automake, libtoolize, and perl for most of our regular users and brings our distribution more in line with other free software.

I have also split the ShowEQ maps into their own tarball and repository. I have done this because they are independent of ShowEQ's release cycle, are ShowEQ version independent, and the simple fact that they made up well over 79% of the download size.

Here is an excerpt from the ChangeLog file:


This release has been tested to compile and run on stock Fedora Core 2 and Gentoo 2004.2.

The tarballs for this release can be found in the ShowEQ Files section (http://sourceforge.net/project/showfiles.php?group_id=10131&package_id=13256) as well as on my web site (http://showeq.doomed.to/).



showeq-maps-1.0.tar.bz2 (http://prdownloads.sourceforge.net/seq/showeq-maps-1.0.tar.bz2?download)
showeq-5.0.0.15.tar.bz2 (http://prdownloads.sourceforge.net/seq/showeq-5.0.0.15.tar.bz2?download)

To configure, and install the maps from the tar file, all you have to do is the following:

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


To configure, compile, and install ShowEQ itself from the tar file, all you have to do is the following:

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



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

I will be submitting updated Gentoo ebuilds in the next day or so. Tanner is releasing debs for debian. I or someone else will probably also produce at least a source RPM for Red Hat/Fedora Core.

Enjoy,
Zaphod (dohpaZ)

purple
11-06-2004, 08:42 AM
Please don't clutter announce posts with questions. Start a new thread in the help desk forum where someone else can quote where you cut and pasted "configure: error: Please verify your Qt devel install!" and then ask if you have verified that you have the QT devel packages installed.