]> git.mxchange.org Git - simgear.git/blob - package/openSUSE/README
Fallback for old Boost (also with UTF8-CPP library).
[simgear.git] / package / openSUSE / README
1 Building a SimGear RPM package for openSUSE
2
3 (Last tested with openSUSE 11.4+12.1)
4
5 This directory contains the files which, along with
6 the source code tar files, can be used to build
7 an RPM package targeted at an openSUSE Linux system.
8
9 To build SimGear from source do the following:
10
11 1. obtain simgear-2.8.0.tar.bz2 (adapt version if
12     necessary) and copy it into ~/rpmbuild/SOURCES
13
14 2. look in the BuildRequires section of SimGear.spec
15    and check that all the packages referred to are
16    installed (note, some of these packages may be part
17    of openSUSE's "games" repository).
18
19 3. run 'rpmbuild -ba simgear.spec' and find the RPM
20    build result in ~/rpmbuild/RPMS
21
22 That's all!
23