hiker 9ef1b65eba Fixed compilation ... again :P | 9 年之前 | |
---|---|---|
cmake | 9 年之前 | |
data | 9 年之前 | |
doc | 9 年之前 | |
lib | 9 年之前 | |
src | 9 年之前 | |
tools | 9 年之前 | |
.gitignore | 9 年之前 | |
.travis.yml | 10 年之前 | |
AUTHORS | 15 年之前 | |
CHANGELOG.md | 9 年之前 | |
CMakeLists.txt | 9 年之前 | |
COPYING | 12 年之前 | |
INSTALL.md | 9 年之前 | |
README.md | 10 年之前 | |
SVN-CONFIG | 12 年之前 | |
TODO.md | 9 年之前 | |
sources.cmake | 9 年之前 |
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 http://supertuxkart.sourceforge.net/forum. If you need support, this would be the best place to start.
Hope you enjoy the game.
-- The SuperTuxKart development team.
##Hardware Requirements
##Compiling SuperTuxKart
###Windows
Compilation with cygwin is not officially supported, but this has been done (check with the forum for details).
###Mac OS X
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).