Fixed typo.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11902 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2012-11-08 22:33:48 +00:00
parent 2cb5c6475e
commit cec3c4250e

View File

@ -22,7 +22,8 @@ where '*' is the version of SuperTuxkart you downloaded - eg 0.8.0. Then:
* Build irrlicht (atm, this will be included in cmake soonish)
cd lib/irrlicht/source/Irrlicht
NDEBUG=1 make
* Compile irrlicht:
* Compile SuperTuxKart:
mkdir cmake_build
cd cmake_build
cmake ..