JORGETECH / tecnoballz

Automatically exported from code.google.com/p/tecnoballz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A exciting Brick Breaker with 50 levels of game and 11 special levels,
distributed on the 2 modes of game to give the player a sophisticated system
of attack weapons with an enormous power of fire that can be build by
gaining bonuses.  Numerous decors, musics and sounds complete this great
game. This game was ported from the Commodore Amiga. 

PREREQUISITES

  You need:
  - A IA-32, x86-64, PowerPC, ARM or SPARC platform
  - 32 MB RAM and 80 MB swap
  - Linux 2.x 
  - SDL 1.2
  - SDL_mixer
  - SDL_image
  - Mikmod
  - TinyXML
  - the GCC C++ compiler
  - GNU make

COMPILING AND INSTALLING

  To install in /usr/local :

       ./bootstrap
       ./configure
        make
        su -c 'make install'

  When cross-compiling for RetroFW :

       export PATH=/opt/rs97tools/usr/bin:$PATH
       ./bootstrap
       AS=/opt/rs97tools/bin/mipsel-linux-as CC=/opt/rs97tools/bin/mipsel-linux-gcc CXX=/opt/rs97tools/bin/mipsel-linux-g++ LD=/opt/rs97tools/bin/mipsel-linux-ld ./configure --prefix=/mnt --host=x86_64-pc-linux-gnu --target=linux-mips --enable-dingux CFLAGS="-I/opt/rs97tools/mipsel-RetroFW-linux-uclibc/sysroot/usr/include/" LDFLAGS="-L/opt/rs97tools/mipsel-RetroFW-linux-uclibc/sysroot/usr/lib/"
       (Read FIXME for knowing about necessary Makefile adaptations)
       make
       ./make_opk.sh

  When compiling with MinGW :

       ./bootstrap
       # Overpass SDL configure errors
       ./configure --prefix=/mingw CFLAGS="`sdl-config --cflags`"
       # Place tecnoballz.hi in current dir
       make scoredir=.

LEGAL

  TecnoballZ is copyright TLK Games 1991-2014 and available under the
  terms of the GNU General Public License. See COPYING for details.

About

Automatically exported from code.google.com/p/tecnoballz

License:GNU General Public License v3.0


Languages

Language:C++ 99.2%Language:Makefile 0.5%Language:M4 0.2%Language:Roff 0.1%Language:Shell 0.1%