Nav apraksta

Matthias Braun 50eaea63c6 updated setup2x scripts, this should be enough to build all the libs. supertux.sh is still broken 16 gadi atpakaļ
README 50eaea63c6 updated setup2x scripts, this should be enough to build all the libs. supertux.sh is still broken 16 gadi atpakaļ
common 50eaea63c6 updated setup2x scripts, this should be enough to build all the libs. supertux.sh is still broken 16 gadi atpakaļ
config.guess 5fac215b7c initial version of setup2x 16 gadi atpakaļ
configure2x 5fac215b7c initial version of setup2x 16 gadi atpakaļ
curl.sh b6db800e1e we need libcurl too 16 gadi atpakaļ
libpack.sh 5fac215b7c initial version of setup2x 16 gadi atpakaļ
ogg.sh 11d0d9abcd changed scripts to official Wiz toolchain from GPH 16 gadi atpakaļ
openal-soft.sh 50eaea63c6 updated setup2x scripts, this should be enough to build all the libs. supertux.sh is still broken 16 gadi atpakaļ
openal.sh 11d0d9abcd changed scripts to official Wiz toolchain from GPH 16 gadi atpakaļ
physfs.sh b6db800e1e we need libcurl too 16 gadi atpakaļ
setup.sh 50eaea63c6 updated setup2x scripts, this should be enough to build all the libs. supertux.sh is still broken 16 gadi atpakaļ
supertux.sh 11d0d9abcd changed scripts to official Wiz toolchain from GPH 16 gadi atpakaļ
toolchain.sh 5fac215b7c initial version of setup2x 16 gadi atpakaļ
vorbis.sh 50eaea63c6 updated setup2x scripts, this should be enough to build all the libs. supertux.sh is still broken 16 gadi atpakaļ

README

This directory contains scripts that automate the process of setting up the
development toolchain for the gp2x.

Simply execute ./setup.sh

supertux should be located in ../supertux (relative to this README file). You
can then setup supertux with ./supertux.sh.

Warning: cmake only creates Makefiles outside the supertux source directory if
there aren't already Makefiles in the supertux directory. If you already have
Makefiles in the supertux dir, delete the CMakeFiles directory and *.cmake
(except config.h.cmake). (Matze: Is there a cmake or make command to automate
this like "make cvsclean" in automake did?)