Kart-Public/debian-template
Sally Coolatta 07c916f6d2 Little fixes
2020-08-16 21:31:03 -04:00
..
source Little fixes 2020-08-16 21:31:03 -04:00
changelog
compat
control Fix even more build errors 2020-04-07 19:14:27 -04:00
copyright
docs
README.Debian
README.source
rules Merge branch 'next' into music-credits 2019-01-09 03:08:20 -05:00
srb2.desktop

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