Installation of Flair

Installation of Flair edit

Step 1: Prepare the system edit

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 edit

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 edit

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