2001-06-29 16:54:24 +00:00
|
|
|
|
2001-07-02 22:41:38 +00:00
|
|
|
This file is made possible by contributions from:
|
2002-02-01 21:21:58 +00:00
|
|
|
Todd Smith <msmith@sikorsky.com>
|
2004-11-19 22:10:41 +00:00
|
|
|
Curt Olson <http://www.flightgear.org/~curt>
|
2002-02-01 21:21:58 +00:00
|
|
|
Erik Hofman <erik@ehofman.com>
|
2001-06-29 16:54:24 +00:00
|
|
|
|
|
|
|
|
2001-07-02 22:41:38 +00:00
|
|
|
1. Requirements
|
2001-06-29 16:54:24 +00:00
|
|
|
|
2001-07-02 22:41:38 +00:00
|
|
|
The following packages should be installed before FlightGear (or SimGear
|
|
|
|
or PLib) can be compiled on Irix:
|
2001-06-29 16:54:24 +00:00
|
|
|
|
2002-02-01 21:21:58 +00:00
|
|
|
Irix development headers and libraries
|
|
|
|
(from the Irix 6.5 development CD's)
|
|
|
|
--------------------------------------
|
2001-06-29 16:54:24 +00:00
|
|
|
|
2002-02-01 21:21:58 +00:00
|
|
|
compiler_dev.sw.base irix_dev.sw.headers
|
|
|
|
compiler_dev.sw.ld dev.sw.lib
|
|
|
|
compiler_dev.sw.util
|
|
|
|
compiler_dev.hdr.lib
|
2001-06-29 16:54:24 +00:00
|
|
|
|
2001-07-02 22:41:38 +00:00
|
|
|
gl_dev.sw.gldev dmedia_dev.sw.base
|
|
|
|
x_dev.sw.dev
|
2001-06-29 16:54:24 +00:00
|
|
|
|
2002-02-01 21:21:58 +00:00
|
|
|
MipsPro C and C++ Compiler environment
|
2002-08-30 23:51:53 +00:00
|
|
|
---------------------------------------
|
2001-06-29 16:54:24 +00:00
|
|
|
|
2002-02-01 21:21:58 +00:00
|
|
|
c++_dev.hdr.lib c_dev.sw.c
|
|
|
|
c++_dev.sw.c++ c_fe.sw.c
|
|
|
|
c++_dev.sw.lib
|
|
|
|
c++_eoe.sw.lib
|
|
|
|
c++_fe.sw.c++
|
2001-06-29 16:54:24 +00:00
|
|
|
|
2002-08-30 23:51:53 +00:00
|
|
|
SGI Freeware packages
|
|
|
|
---------------------------------------
|
|
|
|
|
|
|
|
GLUT: http://freeware.sgi.com
|
|
|
|
ZLIB: http://freeware.sgi.com
|
|
|
|
|
2001-06-29 16:54:24 +00:00
|
|
|
|
2002-02-01 21:21:58 +00:00
|
|
|
FlightGear Flight Simulator Software
|
2002-08-30 23:51:53 +00:00
|
|
|
---------------------------------------
|
2001-06-29 16:54:24 +00:00
|
|
|
|
2002-02-01 21:21:58 +00:00
|
|
|
FlightGear: http://www.flightgear.org
|
|
|
|
SimGear: http://www.simgear.org
|
|
|
|
Plib: http://plib.sourceforge.net
|
2001-06-29 16:54:24 +00:00
|
|
|
|
|
|
|
|
2001-07-02 22:41:38 +00:00
|
|
|
2. Compiling and Installation
|
2001-06-29 16:54:24 +00:00
|
|
|
|
2004-03-24 10:30:04 +00:00
|
|
|
|
|
|
|
NOTE: Make sure automake version 1.8.1 or later is installed !!!
|
|
|
|
|
2001-07-02 22:41:38 +00:00
|
|
|
To create a set of binaries it is important to follow these steps. This
|
|
|
|
will build a statically linked executable /opt/bin/fgfs
|
2001-06-29 16:54:24 +00:00
|
|
|
|
2002-08-30 23:51:53 +00:00
|
|
|
1. Install GLUT and Zlib
|
2004-03-24 10:30:04 +00:00
|
|
|
2. Configure and install plib
|
|
|
|
3. After extracting SimGear and FlightGear make sure to run autogen.sh first.
|
|
|
|
This will fix a linker problem for MipsPro compilers.
|
|
|
|
4. Configure and install SimGear and then FlightGear
|
2001-06-29 16:54:24 +00:00
|
|
|
|
|
|
|
|
2001-07-02 22:41:38 +00:00
|
|
|
3. Running
|
2001-06-29 16:54:24 +00:00
|
|
|
|
2001-07-02 22:41:38 +00:00
|
|
|
Before the FlightGear program could be run it is important to install the
|
|
|
|
FlightGear base package (the default is to extract the base package into
|
2002-02-01 21:21:58 +00:00
|
|
|
/opt/lib32).
|
2001-06-29 16:54:24 +00:00
|
|
|
|
2001-07-02 22:41:38 +00:00
|
|
|
This package can be found at: http://www.flightgear.org
|
2001-06-29 16:54:24 +00:00
|
|
|
|
2002-08-30 23:51:53 +00:00
|
|
|
When all is set and done, just run: /opt/bin/fgfs
|
|
|
|
To see the command line options, type: /opt/bin/fgfs -h
|