Updates for newer plib and irix notes.
Corrected Woodsoup credit info.
This commit is contained in:
parent
def090d631
commit
bfa84fdecd
2 changed files with 17 additions and 10 deletions
15
README.Unix
15
README.Unix
|
@ -58,14 +58,21 @@ IV. Procedure to build FGFS with Native SGI Irix Compilers from CVS Sources
|
||||||
|
|
||||||
(Contributed by Todd Smith <msmith@sikorsky.com>)
|
(Contributed by Todd Smith <msmith@sikorsky.com>)
|
||||||
|
|
||||||
Download the latest version of plib (1.0.3) from:
|
Download the latest version of plib (1.0.13) from:
|
||||||
|
|
||||||
http://www.woodsoup.org/~sbaker/plib/
|
http://www.woodsoup.org/~sbaker/plib/
|
||||||
|
|
||||||
Install it both in /usr/local/plib and /usr/local/include/plib. I
|
Install it with the default prefix of /usr/local which places
|
||||||
think that I am using it from /usr/local/include.
|
everthing in a tree rooted at /usr/local/plib:
|
||||||
|
|
||||||
Download the FlightGear-0.6 via anonymous cvs as usual, then do:
|
sh$ CC="cc -Xcpluscomm" CXX=CC ./configure
|
||||||
|
|
||||||
|
Fix up the Makefiles using the script provided with the Flight Gear
|
||||||
|
distribution:
|
||||||
|
|
||||||
|
find . -name Makefile -exec .../src/FlightGear-0.7.0/irix-hack.pl {} \;
|
||||||
|
|
||||||
|
Download the FlightGear-0.7.x via anonymous cvs as usual, then do:
|
||||||
|
|
||||||
> aclocal # normal
|
> aclocal # normal
|
||||||
> automake -a -i # added '-i' flag to avoid dependency calc
|
> automake -a -i # added '-i' flag to avoid dependency calc
|
||||||
|
|
12
Thanks
12
Thanks
|
@ -137,12 +137,6 @@ Bob Kuehne <rpk@sgi.com>
|
||||||
Redid the Makefile system so it is simpler and more robust.
|
Redid the Makefile system so it is simpler and more robust.
|
||||||
|
|
||||||
|
|
||||||
Vasily Lewis <vlewis@woodsoup.org> http://www.woodsoup.org
|
|
||||||
Provided computing resources and services so that the Flight Gear
|
|
||||||
project could have real home. This includes, web services, ftp services
|
|
||||||
shell accounts, email lists, dns services, etc.
|
|
||||||
|
|
||||||
|
|
||||||
Christian Mayer <Vader@t-online.de>
|
Christian Mayer <Vader@t-online.de>
|
||||||
Working on a multi-lingual conversion tools for fgfs.
|
Working on a multi-lingual conversion tools for fgfs.
|
||||||
Contributed code to read msfs formated texture files.
|
Contributed code to read msfs formated texture files.
|
||||||
|
@ -257,6 +251,12 @@ Darrell Walisser <dwaliss1@purdue.edu>
|
||||||
a Mac to compile and run on said platform.
|
a Mac to compile and run on said platform.
|
||||||
|
|
||||||
|
|
||||||
|
WoodSoup Project http://www.woodsoup.org
|
||||||
|
Provided computing resources and services so that the Flight Gear
|
||||||
|
project could have real home. This includes, web services, ftp services
|
||||||
|
shell accounts, email lists, dns services, etc.
|
||||||
|
|
||||||
|
|
||||||
Robert Allan Zeh <raz@cmg.FCNBD.COM>
|
Robert Allan Zeh <raz@cmg.FCNBD.COM>
|
||||||
Helped me tremendously in figuring out the Cygnus win32 compiler and
|
Helped me tremendously in figuring out the Cygnus win32 compiler and
|
||||||
how to link with .dll's. With out him the first runable win32
|
how to link with .dll's. With out him the first runable win32
|
||||||
|
|
Loading…
Add table
Reference in a new issue