From a831b572574ab147509c9c74e646d4cc7d7740db Mon Sep 17 00:00:00 2001 From: Nick Gasson Date: Sat, 19 Jul 2008 21:26:37 +0100 Subject: [PATCH] Write a README file --- README | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/README b/README index e69de29..275c861 100644 --- a/README +++ b/README @@ -0,0 +1,30 @@ + LUNAR LANDER + www.doof.me.uk/lunar-lander + +Developed by Nick Gasson . + +This code is distributed under the GNU General Public license. See the file +COPYING for more details. + +============================================================================== + + INSTALLATION + +See the file for INSTALL for Unix installation instructions. + +There is an (out-of-date) XCode project in Lander.xcodeproj. This may need some +work before it will build. On the other hand, the instructions in INSTALL should +work on OS X, and since you have the source code already... ;-) + +Windows users should probably download the pre-built binary. If you want to +compile it your self there is a Visual Studio 2003 project in +msvc/Lander. You'll need the development versions of FreeType, SDL, SDL_Mixer, +and SDL_Image. + +============================================================================== + + BUGS + +On Windows after changing the resolution or toggling full-screen mode all images +appear as white boxes. The workaround is to restart the program. + -- 2.39.2