X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=docs-mini%2FREADME.IRIX;h=9ca12e99df4f81edbc3f4b76002ecd2c52c9c5de;hb=ea177f6744f7f48264a8a5897da183e942ac29bf;hp=f120f3e37c2b5f4497662bf630f2143eff6f1740;hpb=982bdf8930cb5e50a4dbdc69dee35786f1c2d142;p=flightgear.git diff --git a/docs-mini/README.IRIX b/docs-mini/README.IRIX index f120f3e37..9ca12e99d 100644 --- a/docs-mini/README.IRIX +++ b/docs-mini/README.IRIX @@ -1,7 +1,7 @@ This file is made possible by contributions from: Todd Smith - Curt Olson + Curt Olson Erik Hofman @@ -23,7 +23,7 @@ or PLib) can be compiled on Irix: x_dev.sw.dev MipsPro C and C++ Compiler environment - -------------------------------------- + --------------------------------------- c++_dev.hdr.lib c_dev.sw.c c++_dev.sw.c++ c_fe.sw.c @@ -31,48 +31,34 @@ or PLib) can be compiled on Irix: c++_eoe.sw.lib c++_fe.sw.c++ + SGI Freeware packages + --------------------------------------- + + GLUT: http://freeware.sgi.com + ZLIB: http://freeware.sgi.com + FlightGear Flight Simulator Software - ---------------------------------------- + --------------------------------------- FlightGear: http://www.flightgear.org SimGear: http://www.simgear.org Plib: http://plib.sourceforge.net - GLUT: http:// - ZLIB: http:// - MetaKit: http://www.a1.nl/~ehofman/fgfs/downloads/metakit-2.0.1-FGFS.tar.gz - 2. Compiling and Installation -To create a set of binaries it is important to follow these steps. This -will build a statically linked executable /opt/bin/fgfs - - 1. Install GLUT, Zlib and MetaKit. - 2. Extract, configure and install Plib: - automake -a -i - CXXFLAGS="-O2 -I/opt/include" LDFLAGS="-L/opt/lib32" - ./configure --prefix=/opt --libdir=/opt/lib32 - make install +NOTE: Make sure automake version 1.8.1 or later is installed !!! - 3. Extract, configure and install SimGear: - CXXFLAGS="-O2" LDFLAGS="-L/opt/lib32" - ./configure --prefix=/opt --libdir=/opt/lib32 --without-logging - make install - - 4. Extract, configure and install FlightGear: - CXXFLAGS="-O2" CFLAGS="-O2 -Xcpluscomm" LDFLAGS="-L/opt/lib32" - ./configure --prefix=/opt --with-simgear=/opt --without-loging - make install - - -The irix-hack.sh script fixes some compiler specific problems which were -introduced after the adoption of the C++ Standard Template Library. +To create a set of binaries it is important to follow these steps. This +will build a statically linked executable /opt/bin/fgfs -The "automake -a -i" command is required because automake with automatic -dependency building breaks the native Irix compilers. + 1. Install GLUT and Zlib + 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 3. Running @@ -83,7 +69,5 @@ FlightGear base package (the default is to extract the base package into This package can be found at: http://www.flightgear.org -When all is set and done, just run /opt/bin/runfgfs -To see the command line options, type "man -M /opt/man fgfs" - - +When all is set and done, just run: /opt/bin/fgfs +To see the command line options, type: /opt/bin/fgfs -h