From 0bfb9705117d66d47c2f4d9a55008d443d4f78ab Mon Sep 17 00:00:00 2001 From: curt Date: Thu, 3 Dec 1998 01:11:20 +0000 Subject: [PATCH] Update note on compilers and portability. --- README.Unix | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.Unix b/README.Unix index d0cbc72d4..b92e142fe 100644 --- a/README.Unix +++ b/README.Unix @@ -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 ====