Installation of Flair: Difference between revisions
Appearance
en>Brash |
m 1 revision imported |
(No difference)
|
Latest revision as of 17:59, 24 December 2024
Installation of Flair[edit | edit source]
Step 1: Prepare the system[edit | edit source]
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 | edit source]
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 | edit source]
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