Added README.MacOS
Removed remnants of libtoo support.
This commit is contained in:
parent
43a2086ca6
commit
9e53178dfd
5 changed files with 29 additions and 3967 deletions
|
@ -1,6 +1,6 @@
|
||||||
SUBDIRS = Include Lib Simulator Tools Tests
|
SUBDIRS = Include Lib Simulator Tools Tests
|
||||||
|
|
||||||
EXTRA_DIST = README.Unix README.Linux README.Win32 \
|
EXTRA_DIST = README.Unix README.Linux README.MacOS README.Win32 \
|
||||||
README.autoconf README.running Thanks VERSION acsite.m4
|
README.autoconf README.running Thanks VERSION acsite.m4
|
||||||
|
|
||||||
dist-hook:
|
dist-hook:
|
||||||
|
@ -67,6 +67,10 @@ win32-libs:
|
||||||
Win32/install.exe \
|
Win32/install.exe \
|
||||||
Win32/lib Win32/zlib.lib )
|
Win32/lib Win32/zlib.lib )
|
||||||
|
|
||||||
|
# make the MacOS (MWCWP3) devel support archive
|
||||||
|
macos-devel:
|
||||||
|
( cd ..; zip -r MWCWP3_Support.zip FlightGear/MWCWP3_Support )
|
||||||
|
|
||||||
# clean up dependencies
|
# clean up dependencies
|
||||||
clean-deps:
|
clean-deps:
|
||||||
rm -rf .deps \
|
rm -rf .deps \
|
||||||
|
|
24
README.MacOS
Normal file
24
README.MacOS
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
README.MacOS
|
||||||
|
|
||||||
|
Jan 12, 1999.
|
||||||
|
|
||||||
|
Here is a quick outline of *one* way you can build FG for MacOS:
|
||||||
|
|
||||||
|
|
||||||
|
1. Install Metrowerks CodeWarrior Pro 3
|
||||||
|
|
||||||
|
|
||||||
|
2. Install the 'Mesa 3D Graphics Library' *** URL
|
||||||
|
|
||||||
|
|
||||||
|
3. Fetch the Flight Gear code. *** URL
|
||||||
|
|
||||||
|
|
||||||
|
4. Fetch the 'MWCWP3 Support' *** URL
|
||||||
|
|
||||||
|
|
||||||
|
5. Open 'MWCWP3 Support:Simulator:Simulator.mcp' and you are ready to compile.
|
||||||
|
|
||||||
|
|
||||||
|
6. I appreciate feedback. Tell me if this works for you ! If it doesn't, tell me
|
||||||
|
what went wrong. My email is *** who want do to the first-level support ?
|
|
@ -276,7 +276,6 @@ AC_OUTPUT( \
|
||||||
Lib/Bucket/Makefile \
|
Lib/Bucket/Makefile \
|
||||||
Lib/Debug/Makefile \
|
Lib/Debug/Makefile \
|
||||||
Lib/DEM/Makefile \
|
Lib/DEM/Makefile \
|
||||||
Lib/gpc/Makefile \
|
|
||||||
Lib/Math/Makefile \
|
Lib/Math/Makefile \
|
||||||
Lib/Misc/Makefile \
|
Lib/Misc/Makefile \
|
||||||
Lib/PUI/Makefile \
|
Lib/PUI/Makefile \
|
||||||
|
|
Loading…
Add table
Reference in a new issue