]> git.mxchange.org Git - flightgear.git/blob - package/RedHat/README
Variant of innosetup config file for developer snapshot release. Uses separate
[flightgear.git] / package / RedHat / README
1 Building Flight Gear RPM package for Red Hat
2
3 G.Richard Keech <rkeech@redhat.com>
4
5 2003-10-29
6
7 This directory contains the files which, along with
8 the source code tar files, can be used to build
9 an RPM package targeted at a Red Hat Linux system.
10
11 To build flighgear from source do the following:
12
13 0.      be root on your system (actually it's possible to
14         build from source as a non-root user but
15         I won't go into that now).
16
17 1.      copy flightgear.spec to /usr/src/redhat/SPECS/
18
19 2.      copy flightgear.48.png to /usr/src/redhat/SOURCES
20
21 3.      copy flightgear.desktop to /usr/src/redhat/SOURCES
22
23 4.      obtain fgfs-base-0.9.3.tar.gz and FlightGear-0.9.3.tar.gz
24         and copy them into /usr/src/redhat/SOURCES.
25
26 5.      obtain and install SimGear (>= 0.3.4).
27
28 6.      look in the BuildRequires section of flightgear.spec
29         and check that all the packages referred to are
30         installed.
31
32 7.      cd /usr/src/redhat/SPECS
33         rpmbuild -ba flightgear.spec
34
35 that's it.