mirror

auria 7414d0758b Update irrlicht Xcode project hace 12 años
cmake fb7c95dd66 CMake: fix problem occurring with Wardje's setup hace 13 años
data b9dd850971 Removed unused fonts. hace 12 años
doc 49cfd082c0 Fixed old berlios link. hace 13 años
lib 1fa8c91637 Update irrlicht Xcode project hace 12 años
m4 a0b3e358ed Applied SciYann's build system improvement. hace 16 años
src aa36194653 Removed unnecessary warning. hace 12 años
tools 423e61df11 Updated Asian fonts again, this time including ky. hace 12 años
AUTHORS a015985b94 More SVN property fixes. hace 16 años
CHANGES a015985b94 More SVN property fixes. hace 16 años
CMakeLists.txt 37719ad477 Updated version number to 0.8. hace 12 años
COPYING 1b8929a169 Remove obsolete license info from the COPYING file as per qubodup's forum suggestion hace 12 años
ChangeLog 37719ad477 Updated version number to 0.8. hace 12 años
INSTALL cec3c4250e Fixed typo. hace 12 años
Makefile.am 7c7cc76925 Fixed distribution of cmake files with autotools. hace 13 años
README 80d3249155 Just a test of my plugin for CIA remplacement hace 12 años
SVN-CONFIG 06b7612cfb Minor update to svn config, to ignore blend1 and blend2 in media repo hace 12 años
TODO 6f0d4ecfd8 Merge changes to README and TODO from branch to trunk hace 14 años
acinclude.m4 a015985b94 More SVN property fixes. hace 16 años
autogen.sh 8dd4d52006 - simplified autogen.sh to use autoreconf (instead of manually maintaining hace 17 años
config.rpath a0b3e358ed Applied SciYann's build system improvement. hace 16 años
configure.ac 37719ad477 Updated version number to 0.8. hace 12 años
reconf.sh 0fe3a55cb4 As suggested by Christoph Debian, don't use csh for shell in reconf hace 14 años
sources.cmake cfb77ac6e4 Removed old default and present AI (which do not support new skidding). hace 12 años
update_file_list.sh 6e148e2aaf CMake: mimic folder hierarchy with source_group for MSVC hace 13 años

README

SuperTuxKart
============
SuperTuxKart is a free kart racing game. It is focusing on fun and
not on realistic kart physics. Instruction can be found on the
in-game help page.

The SuperTuxKart homepage can be found at:

http://supertuxkart.sourceforge.net

The official SuperTuxKart forum is at. If you need support,
this would be the best place to start.

http://supertuxkart.sourceforge.net/forum

Hope you enjoy the game.
- The SuperTuxKart development team.


HARDWARE REQUIREMENTS
=====================
* You need a 3D graphics card that supports OpenGL or Mesa.
* You should have a CPU that's running at 450MHz or better.
* You'll need at least 600 MB of free RAM.
* Ideally, you want a joystick with at least 6 buttons.


COMPILING SuperTuxkart
======================

WINDOWS
-------
A project file for Visual Studio 9 (e.g. the free 2008 express
edition) is included in the sources in src/ide/vc9. A separate
dependency package is available on SuperTuxKart's sourceforge
page, which includes all necessary libraries, header files,
and dlls to compile and run the source code.

While compilation with cygwin is not officially supported,
this has been done (check with the forum for details).

MAC OSX
-------
The latest information about compilation on Mac are on our wiki:
http://supertuxkart.sourceforge.net/Building_and_packaging_on_OSX
The Xcode project file is in /src/ide/Xcode/, but it still
requires that all dependencies are installed as explained on the wiki.

UNIX
----
See INSTALL for details.


LICENSE
=======
This software is released under the GNU General Public License (GPL) which
can be found in the file 'LICENSE' in the same directory as this file.
Information about the licenses for artwork are contained in
data/licenses.


3D COORDINATES
==============
A reminder for those looking at the code and 3d models:

STK : X right, Y up, Z forwards
Blender: X right, Y forwards, Z up

The exporters perform the needed transform, so in Blender you just work
with XY plane as ground, and things will appear fine in STK (using XZ
as ground in the code, obviously).