README 618 B

1234567891011121314
  1. This directory contains scripts that automate the process of setting up the
  2. development toolchain for the gp2x.
  3. Simply execute ./setup.sh
  4. supertux should be located in ../supertux (relative to this README file). You
  5. can then setup supertux with ./supertux.sh.
  6. Warning: cmake only creates Makefiles outside the supertux source directory if
  7. there aren't already Makefiles in the supertux directory. If you already have
  8. Makefiles in the supertux dir, delete the CMakeFiles directory and *.cmake
  9. (except config.h.cmake). (Matze: Is there a cmake or make command to automate
  10. this like "make cvsclean" in automake did?)