Kart-Public/debian
mazmazz 894c139bf1 Update code versions to 2.1.23 2018-12-26 16:31:43 -05:00
..
source Fix debian desktop icon 2018-11-27 02:11:57 -05:00
README.Debian Main deb tweaks 2018-11-27 01:17:34 -05:00
README.source More debian 2.1.21 tweaks; update some copyright info to STJr 2018-11-26 14:40:59 -05:00
changelog Update code versions to 2.1.23 2018-12-26 16:31:43 -05:00
compat SRB2 2.1 release 2014-03-15 13:11:35 -04:00
control Update code versions to 2.1.23 2018-12-26 16:31:43 -05:00
copyright Fixed broken date strings in debian package files; skip asset download if that file already exists 2018-11-26 21:49:25 -05:00
docs Main deb tweaks 2018-11-27 01:17:34 -05:00
rules Add symlink to debian package for /usr/games/srb2 2018-12-14 16:19:38 -05:00
srb2.desktop Fix debian desktop icon 2018-11-27 02:11:57 -05:00

README.source

srb2 for Debian
---------------

Here it is! SRB2 v2.1.2 source code!

GNU/Linux
~~~

Dependencies:
  SDL 1.2.7 or better (from libsdl.org)
  SDL_Mixer 1.2.2(.7 for file-less music playback) (from libsdl.org)
  Nasm (use NOASM=1 if you don't have it or have an non-i386 system, I think)
  libPNG 1.2.7
  Zlib 1.2.3
  The Xiph.org libogg and libvorbis libraries
  The OpenGL headers (from Mesa, usually shipped with your X.org or XFree
    installation, so you needn't worry, most likely)
  GCC 3.x toolchain and binutils
  GNU Make

Build instructions:

make -C src LINUX=1

Build instructions for non-X86 devices (such as X64):

make -C src LINUX=1 NONX86=1

Build instructions to build for Wii Linux/SRB2Wii on a PowerPC system,
follow cross-compiling instructions for cross-compiling on a x86 system:

make -C src LINUX=1 WIILINUX=1

Build instructions to build for Pandora (Linux) on a ARM system,
follow cross-compiling instructions for cross-compiling on a x86 system:

make -C src PANDORA=1

-------------------------------------------------------------------------------

binaries will turn in up in bin/

note: read the src/makefile for more options

- Sonic Team Junior
http://www.srb2.org