]> git.mxchange.org Git - flightgear.git/blob - docs-mini/README.IRIX
Some small updates to the FDM section
[flightgear.git] / docs-mini / README.IRIX
1
2 This file is made possible by contributions from:
3         Todd Smith  <msmith@sikorsky.com>
4         Curt Olson  <curt@flightgear.org>
5         Erik Hofman <erik@ehofman.com>
6
7
8 1. Requirements
9
10 The following packages should be installed before FlightGear (or SimGear
11 or PLib) can be compiled on Irix:
12
13             Irix development headers and libraries
14             (from the Irix 6.5 development CD's)
15             --------------------------------------
16
17         compiler_dev.sw.base            irix_dev.sw.headers
18         compiler_dev.sw.ld              dev.sw.lib
19         compiler_dev.sw.util
20         compiler_dev.hdr.lib            
21
22         gl_dev.sw.gldev                 dmedia_dev.sw.base
23         x_dev.sw.dev
24
25             MipsPro C and C++ Compiler environment
26             ---------------------------------------
27
28         c++_dev.hdr.lib                 c_dev.sw.c
29         c++_dev.sw.c++                  c_fe.sw.c
30         c++_dev.sw.lib
31         c++_eoe.sw.lib
32         c++_fe.sw.c++
33
34             SGI Freeware packages
35             ---------------------------------------
36
37         GLUT:           http://freeware.sgi.com
38         ZLIB:           http://freeware.sgi.com
39
40
41             FlightGear Flight Simulator Software
42             ---------------------------------------
43
44         FlightGear:     http://www.flightgear.org
45         SimGear:        http://www.simgear.org
46         Plib:           http://plib.sourceforge.net
47         MetaKit:        http://www.equi4.com/metakit/
48
49
50
51 2. Compiling and Installation
52
53 To create a set of binaries it is important to follow these steps. This
54 will build a statically linked executable /opt/bin/fgfs
55
56    1. Install GLUT and Zlib
57    2. Extract, configure and install MetaKit, Plib, SimGear and FlightGear
58
59 The irix-hack.sh script fixes some compiler specific problems which were 
60 introduced after the adoption of the C++ Standard Template Library.
61
62 The "automake -a -i" command is required because automake with automatic
63 dependency building breaks the native Irix compilers.
64
65
66 3. Running
67
68 Before the FlightGear program could be run it is important to install the
69 FlightGear base package (the default is to extract the base package into
70 /opt/lib32).
71
72 This package can be found at: http://www.flightgear.org
73
74 When all is set and done, just run: /opt/bin/fgfs
75 To see the command line options, type: /opt/bin/fgfs -h