mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-22 04:31:09 +00:00
Mention that OS X is unsupported
I neither have a Mac nor the time to maintain this platform. SDL 2.0 requires some more complex changes than the usual "two lines to track Unix and Windows" so suspend OS X support until someone steps up.
This commit is contained in:
parent
bffc43ea53
commit
67e3355aa5
1 changed files with 8 additions and 3 deletions
11
README
11
README
|
@ -11,9 +11,10 @@ II. The main focus is single player, the gameplay and the graphics are
|
|||
unchanged, but many bugs were fixed. Unlike most other Quake II ports Yamagi
|
||||
Quake II is full 64 bit clean so it works perfectly on modern amd64 (x86_64)
|
||||
processors and operating systems. This code should run on Windows XP or later,
|
||||
Mac OS X 10.6 or higher and on most unix-like operating systems (only FreeBSD,
|
||||
Linux and OpenBSD are officially supported and tested, for other systems you'd
|
||||
at least have to edit the Makefile), just type "make" or "gmake" to compile.
|
||||
Mac OS X 10.6 or higher (unsupported!) and on most unix-like operating systems
|
||||
(only FreeBSD, Linux and OpenBSD are officially supported and tested, for other
|
||||
systems you'd at least have to edit the Makefile), just type "make" or "gmake"
|
||||
to compile.
|
||||
|
||||
This code is based upon Icculus Quake II, which itself is built upon id
|
||||
Software's original code drop. Additional code and patches by many contributers
|
||||
|
@ -280,6 +281,10 @@ supported, including the IPv6 network code and the OpenAL sound backend.
|
|||
Installation can be done by using the binary release (this is highly
|
||||
recommended) or by compiling the source.
|
||||
|
||||
ATTENTION: OS X is currently unsupported. I neither have a Mac nor the time to
|
||||
maintain this platform. If you're interested in spending work on OS X please
|
||||
write an e-mail to quake2@yamagi.org.
|
||||
|
||||
3.1 Supported Systems
|
||||
---------------------
|
||||
Yamagi Quake II should run on every Mac with Intel CPU and OS X 10.6
|
||||
|
|
Loading…
Reference in a new issue