]> git.mxchange.org Git - flightgear.git/commitdiff
Tweaks.
authorcurt <curt>
Wed, 26 Aug 1998 22:30:02 +0000 (22:30 +0000)
committercurt <curt>
Wed, 26 Aug 1998 22:30:02 +0000 (22:30 +0000)
NEWS
README
README.Unix
README.running
aclocal.m4

diff --git a/NEWS b/NEWS
index f4bcaad73bc80a01536d6e4a2a38dc554436f9ff..4fce601d89dec56fcee6a6bad642b9c7b4d0c88f 100644 (file)
--- 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 d35321dbacceba211016ab69f60295e8f0035c69..a6235e9bc7fa6732f9d102520ef76149df27808b 100644 (file)
--- 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 <curt@me.umn.edu>.
-
 ===================================
 
 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
+
+
index 69747558e94ea191a88b74f310c2aa8a2f1e8315..d0cbc72d47519b74236ceb3243267d642f4223b4 100644 (file)
@@ -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
 
index 0b10c2cacac69e3d42e06cb14ac0790aef86c620..84c0c6fb785c57255e6aaabb4ea6aad61261f2e1 100644 (file)
@@ -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
index df0bfb9e8f29b50a464c5d59d88df5ad05cb821c..f57d6ff83617ac868dd7c26bec9538bf3b3560ef 100644 (file)
@@ -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