qse  0.5.4
Binary Installation for X11 on Fedora Linux

Packages are available to install QSE on a linux system running Fedora.. You must first install the qt4 libraries that QSE uses. The qt4 libraries are available as part of the core packages.

Installing Qt4 Packages

Install the necessary Qt4 packages by typing:

sudo yum install qt4 qt4-x11
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, visit http://sourceforge.net/projects/qse/files/ and download and the most recent binary package (the .i686.rpm or .x86_64.rpm file, depending if you are on a 32 or 64 bit system)

Or download and compile the source package from the above location (the .src.rpm file).

<download the src rpm>
rpmbuild --rebuild <the file you downloaded>
sudo rpm -ivh ~/rpmbuild/RPMS/<the package that was built>