From dec300959b11513f8dfcc78697019949ec5c3fbd Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 26 Aug 1998 22:30:02 +0000 Subject: [PATCH] Tweaks. --- NEWS | 5 +++++ README | 11 +++++------ README.Unix | 5 +++-- README.running | 8 ++++---- aclocal.m4 | 2 +- 5 files changed, 18 insertions(+), 13 deletions(-) diff --git a/NEWS b/NEWS index f4bcaad73..4fce601d8 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,11 @@ New in 0.53 causing segfaults on some platforms, with some compilers using various optimization flags. * Assorted code optimizations submitted by Norman Vine. +* Renamed fg -> fgfs +* Shuffled files. + - Created a new directory Simulator/Airports/ to handle airport data + specific tasks + - Created Simulator/Object/ to handle basic rendering objects New in 0.52 * Stars added in 8 stages as sky gets darker for a smoother more realistic diff --git a/README b/README index d35321dba..a6235e9bc 100644 --- a/README +++ b/README @@ -5,11 +5,6 @@ The primary web page for this project is: http://www.menet.umn.edu/~curt/fgfs -We are overhauling the make system and a lot of things are in a state of -change, so let me know if you see incorrect information in the README's, -extraneous files laying around, or any other anomylous things. The -coordinator of this project is Curt Olson . - =================================== Please see .... for more information on .... @@ -28,7 +23,11 @@ Please see .... for more information on .... - README.Win32: Specific Win32 compiling information and instructions +- README.anoncvs: Info on accessing the most current copies of the source. + - README.autoconf: Info on updating the make system (adding new source files, etc.) -- README.running: Minimalist info for running the simulator +- README.running: Basic keyboard commands for running the simulator + + diff --git a/README.Unix b/README.Unix index 69747558e..d0cbc72d4 100644 --- a/README.Unix +++ b/README.Unix @@ -8,8 +8,9 @@ suggest that I include the answer here. GLUT ==== -Flight Gear requires GLUT. GLUT needs to be installed on your system -before you can build Flight Gear. GLUT can be found at: +Flight Gear requires GLUT version 3.7 or later (aka GameGLUT._ GLUT +needs to be installed on your system before you can build Flight Gear. +GLUT can be found at: http://reality.sgi.com/opengl/glut3/glut3.html diff --git a/README.running b/README.running index 0b10c2cac..84c0c6fb7 100644 --- a/README.running +++ b/README.running @@ -1,11 +1,11 @@ Starting the executable ======================= -Unix: runfg -Windows: runfg.bat +Unix: runfgfs +Windows: runfgfs.bat -"runfg" is a script which sets the FG_ROOT and LD_LIBRARY_PATH -environment variables, then runs the Flight Gear executable. +"runfgfs" is a script which runs the Flight Gear executable with +(hopefully) the correct $FG_ROOT directory specified. Keyboard controls diff --git a/aclocal.m4 b/aclocal.m4 index df0bfb9e8..f57d6ff83 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,4 +1,4 @@ -dnl aclocal.m4 generated automatically by aclocal 1.3 +dnl aclocal.m4 generated automatically by aclocal 1.2h dnl Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc. dnl This Makefile.in is free software; the Free Software Foundation