Jump to content

Installation of Flair

From Luter 345 Experiments
Revision as of 17:59, 24 December 2024 by Brash99 (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Installation of Flair

Step 1: Prepare the system

As superuser install the following:

yum install tkinter
yum install tk-devel tcl-devel
yum install python-imaging-tk

Step 2: Get the source RPM's from the Flair website

From the Flair website get the following source RPM's:

flair-2.0-5.noarch.rpm
flair-geoviewer-2.0-5.src.rpm

Step3: Build and install the Flair RPM's

As superuser, execute the following:

rpmbuild --rebuild flair-2.0-5.src.rpm
rpm -ivh ~/rpmbuild/RPMS/x86_64/flair-2.0-5.x86_64.rpm
rpmbuild --rebuild flair-geoviewer-2.0-5.src.rpm
rpm -ivh ~/rpmbuild/RPMS/x86_64/flair-geoviewer-2.0-5.x86_64.rpm