----------------------------------------------------------------------
                   INSTALLING THE SSWF RPM PACKAGE
----------------------------------------------------------------------

In order to install the SSWF RPM package, type the following command:

	rpm -i sswf-<version>-3.i486.rpm

You can also install the source code (sswf-<version>-3.src.rpm) and a
binary version which still includes all the debug information (not
stripped: sswf-debuginfo-<version>-3.i486.rpm) in case you want to
debug SSWF. It also include the necessary source files.

If you want to know what's in an RPM package, use the following
command line:

	rpm -q -l -p sswf-<name>.rpm

These RPM were built for RedHat but it should work on other versions
of Linux such as Mandrake and Debian.

If you have problems installing pre-compiled versions (usually because
of one or more shared libraries), try to do a build instead:

	# To avoid automatic installation and be able to work with
	# the source afterward
	rpm -i sswf-<version>-3.src.rpm
	rpmbuild -bb --target i486-m2osw-linux sswf.spec

or

	# Includes installation and cleanup of the source files
	rpmbuild --rebuild sswf-<version>-3.src.rpm

