]> git.mxchange.org Git - flightgear.git/commitdiff
Update note on compilers and portability.
authorcurt <curt>
Thu, 3 Dec 1998 01:11:20 +0000 (01:11 +0000)
committercurt <curt>
Thu, 3 Dec 1998 01:11:20 +0000 (01:11 +0000)
README.Unix

index d0cbc72d47519b74236ceb3243267d642f4223b4..b92e142fe65251da2a4f96cd5520d8af920d7f69 100644 (file)
@@ -5,6 +5,23 @@ specific question, please send the question to curt@me.umn.edu and
 suggest that I include the answer here.
 
 
+Compilers and Portability
+=========================
+
+Flight Gear is known to build with egcs-1.1 and higher, as well as
+gcc-2.8 and higher.  Your mileage may vary with earlier versions of
+these compilers although support for gcc-2.7.x is mostly there.
+
+For other platforms where you may have access to native compilers,
+again your mileage may vary.  We would like to support as many
+different compilers and platforms as possible.  Please relay any
+changes you make (or problems you encounter) back to
+curt@flightgear.org, so that in the future we can better support your
+platform and your compiler.  I have access to a few different
+platforms, but I must depend on others to make sure their favorite
+platform and compiler is well supported.
+
+
 GLUT
 ====