Binary Installation for X11 on Fedora Core 6 Linux

Packages are available to install QSE on a linux system running Fedora Core 6. You must first install the qt4 and qwt libraries that QSE uses. The qt4 libraries are available as part of the core packages but you will need to install a version of qwt compiled to use qt4.

Installing Qt4 Packages
Install the necessary Qt4 packages by typing:

sudo yum install qt4 qt4-x11

Installing the Qwt Packages
You can either install binary qwt packages directly, or download and build packages from a source package.

To install the binary packages:

sudo rpm -ivh http://www.bessrc.aps.anl.gov/software/qse/download/qwt-qt4-5.0.0rc1-3.i386.rpm

Or to download and compile the source package:

wget http://www.bessrc.aps.anl.gov/software/qse/download/qwt-qt4-5.0.0rc1-3.src.rpm
rpmbuild --rebuild qwt-qt4-5.0.0rc1-3.src.rpm
sudo rpm -ivh ~/rpmbuild/RPMS/i386/qwt-qt4-5.0.0rc1-3.i386.rpm

Installing the QSE Package
You can either install the binary qse package directly, or download and build packages from a source package.

To install the binary package:

sudo rpm -ivh http://www.bessrc.aps.anl.gov/software/qse/download/qse-0.1.10-1.i386.rpm

Or to download and compile the source package:

wget http://www.bessrc.aps.anl.gov/software/qse/download/qse-0.1.10-1.src.rpm
rpmbuild --rebuild qse-0.1.10-1.src.rpm
sudo rpm -ivh ~/rpmbuild/RPMS/i386/qse-0.1.10-1.i386.rpm

Generated on Fri Mar 6 18:05:54 2009 for QSE by  doxygen 1.5.7.1