Add note about updating and rebuilding SVN. And some cosmetic changes.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@4245 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
f3f9829336
commit
ae4f36b8a6
9
INSTALL
9
INSTALL
@ -58,13 +58,20 @@ $ pwd
|
|||||||
then we can move to stk, remember to replace the output of pwd below:
|
then we can move to stk, remember to replace the output of pwd below:
|
||||||
$ cd trunk
|
$ cd trunk
|
||||||
$ ./autogen.sh && ./configure --enable-irrlicht --with-irrlicht=/some/path/irrlicht-1.6/ && make
|
$ ./autogen.sh && ./configure --enable-irrlicht --with-irrlicht=/some/path/irrlicht-1.6/ && make
|
||||||
and if all went well:
|
and if all went well run the game:
|
||||||
$ src/supertuxkart
|
$ src/supertuxkart
|
||||||
|
|
||||||
tested with g++ 3.3 and 4.1 , both succeeded.
|
tested with g++ 3.3 and 4.1 , both succeeded.
|
||||||
|
|
||||||
If you want to install the game system-wide, do 'make install'.
|
If you want to install the game system-wide, do 'make install'.
|
||||||
|
|
||||||
|
To update the source from inside trunk directory, one simple command:
|
||||||
|
$ svn up
|
||||||
|
and then, in most cases, just rebuild:
|
||||||
|
$ make
|
||||||
|
with the exception of changes to any Makefile.am, in which case:
|
||||||
|
$ ./autogen.sh && ./configure --enable-irrlicht --with-irrlicht=/some/path/irrlicht-1.6/ && make
|
||||||
|
|
||||||
|
|
||||||
But it didn't work!
|
But it didn't work!
|
||||||
-------------------
|
-------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user