# HG changeset patch # User Matti Hamalainen # Date 1363656849 -7200 # Node ID 61822816bba841d7fb8e567148917cc84aac289d # Parent da3a7c376a849647495218670045d9e566790794 Added a new README. diff -r da3a7c376a84 -r 61822816bba8 README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README Tue Mar 19 03:34:09 2013 +0200 @@ -0,0 +1,33 @@ +3x666 by ocsa (c) 1998 +An intro for *NIX/Linux + +Original code, music, graphics by viznut/PWP (and ocsa) + +Ported to libSDL by ccr/TNSP^PWP in March of 2013 + + +Building +======== +To build for *NIX style platforms, you need + + - A working C compiler, GCC 4.7 or clang 3.0 (LLVM 3.0) should work. + - Make (GNU Make preferred) + - libSDL 1.2. tested with 1.2.15 + development headers + +$ make + +... + +It is possible to cross-compile for Win32 using *NIX-hosted MinGW +cross-compiler, as available in Debian for example. You will also +need to have libSDL cross-compiled for the target, of course. + +At least binutils-mingw-w64-i686 gcc-mingw-w64-i686 mingw-w64-i686-dev +are needed .. 64-bit build should be possible as well, but you need +to modify the Makefile. + +$ make -f Makefile.w32 + + +Enjoy! +-- ccr, 19.3.2013