]> git.mxchange.org Git - flightgear.git/blob - package/RedHat/README
Launcher shows polygon/polyline data
[flightgear.git] / package / RedHat / README
1 Building FlightGear RPM package for Red Hat
2
3 Initial version: G.Richard Keech <rkeech@redhat.com>, 2003-10-29
4 Last updated: The FlightGear Project, 2012-06-30
5
6 This directory contains the files which, along with
7 the source code tar files, can be used to build
8 an RPM package targeted at a Red Hat Linux system.
9
10 To build flighgear from source do the following:
11
12 0.      be root on your system (actually it's possible to
13         build from source as a non-root user but
14         I won't go into that now).
15
16 1.      copy flightgear.spec to /usr/src/redhat/SPECS/
17
18 2.      copy flightgear.desktop to /usr/src/redhat/SOURCES
19
20 3.      obtain FlightGear-data-2.8.0.tar.bz2 and flightgear-2.8.0.tar.bz2
21         and copy them into /usr/src/redhat/SOURCES.
22
23 4.      obtain and install SimGear (= 2.8.0).
24
25 5.      look in the BuildRequires section of flightgear.spec
26         and check that all the packages referred to are
27         installed.
28
29 6.      cd /usr/src/redhat/SPECS
30         rpmbuild -ba flightgear.spec
31
32 that's it.