Added a note about the XCode files not working anymore.
This commit is contained in:
parent
c142191f6f
commit
97c284a97b
|
@ -1,5 +1,3 @@
|
||||||
Copyright (C) 2015, 2016 onpon4 <onpon4@riseup.net>
|
|
||||||
|
|
||||||
Copying and distribution of this file, with or without modification,
|
Copying and distribution of this file, with or without modification,
|
||||||
are permitted in any medium without royalty provided the copyright
|
are permitted in any medium without royalty provided the copyright
|
||||||
notice and this notice are preserved. This file is offered as-is,
|
notice and this notice are preserved. This file is offered as-is,
|
||||||
|
@ -7,12 +5,19 @@ without any warranty.
|
||||||
|
|
||||||
========================================================================
|
========================================================================
|
||||||
|
|
||||||
|
NOTE: This doesn't work anymore because it was made while Starfighter
|
||||||
|
was written in C++ and the code has since been converted to C. We have
|
||||||
|
no one available to maintain the Mac version of Starfighter, so any
|
||||||
|
contributions to update this would be greatly appreciated.
|
||||||
|
|
||||||
Requires Mac OS X 10.11.6 and Xcode 7.2 to compile.
|
Original readme follows.
|
||||||
|
|
||||||
There are three SDL frameworks required, which you should download and
|
|
||||||
place in this directory.
|
Requires Mac OS X 10.11.6 and Xcode 7.2 to compile.
|
||||||
|
|
||||||
https://www.libsdl.org/release/SDL2-2.0.4.dmg
|
There are three SDL frameworks required, which you should download and
|
||||||
https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-2.0.1.dmg
|
place in this directory.
|
||||||
https://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.1.dmg
|
|
||||||
|
https://www.libsdl.org/release/SDL2-2.0.4.dmg
|
||||||
|
https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-2.0.1.dmg
|
||||||
|
https://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.1.dmg
|
||||||
|
|
Loading…
Reference in New Issue