1
0
Fork 0
flightgear/package/RedHat
ThorstenB 294c081369 Update RedHat rpm spec
Adapt to CMake
Use shared SimGear libraries
Drop separate icon (use icon from package)
Update to 2.8.0
(RedHat package dependencies may still be inaccurate/incomplete)
2012-06-30 20:16:53 +02:00
..
flightgear.desktop Update RedHat rpm spec 2012-06-30 20:16:53 +02:00
flightgear.spec Update RedHat rpm spec 2012-06-30 20:16:53 +02:00
README Update RedHat rpm spec 2012-06-30 20:16:53 +02:00

Building FlightGear RPM package for Red Hat

Initial version: G.Richard Keech <rkeech@redhat.com>, 2003-10-29
Last updated: The FlightGear Project, 2012-06-30

This directory contains the files which, along with
the source code tar files, can be used to build
an RPM package targeted at a Red Hat Linux system.

To build flighgear from source do the following:

0.	be root on your system (actually it's possible to
	build from source as a non-root user but
	I won't go into that now).

1.	copy flightgear.spec to /usr/src/redhat/SPECS/

2.	copy flightgear.desktop to /usr/src/redhat/SOURCES

3.	obtain FlightGear-data-2.8.0.tar.bz2 and flightgear-2.8.0.tar.bz2
	and copy them into /usr/src/redhat/SOURCES.

4.	obtain and install SimGear (= 2.8.0).

5.	look in the BuildRequires section of flightgear.spec
	and check that all the packages referred to are
	installed.

6.	cd /usr/src/redhat/SPECS
	rpmbuild -ba flightgear.spec

that's it.