Merge pull request #2372 from rugk/patch-1

Readme and Install.md improvments
This commit is contained in:
Deve 2015-11-18 09:32:00 +01:00
commit b78d4a0c3d
2 changed files with 21 additions and 17 deletions

View File

@ -1,6 +1,6 @@
# SuperTuxKart Installation Instructions # SuperTuxKart Installation Instructions
Note : If you obtained this source code from github, you also need to download the game assets from sourceforge using SVN. Note: If you obtained this source code from Github, you also need to download the game assets from Sourceforge using SVN.
`svn checkout https://svn.code.sf.net/p/supertuxkart/code/stk-assets stk-assets` `svn checkout https://svn.code.sf.net/p/supertuxkart/code/stk-assets stk-assets`
@ -50,14 +50,18 @@ make VERBOSE=1 -j2
To create a debug version of STK, use: To create a debug version of STK, use:
`cmake .. -DCMAKE_BUILD_TYPE=Debug` ```
cmake .. -DCMAKE_BUILD_TYPE=Debug
```
To test the compilation, supertuxkart can be run from the build To test the compilation, supertuxkart can be run from the build
directory by ./bin/supertuxkart directory by ./bin/supertuxkart
To install the file, as root execute: To install the file, as root execute:
`make install` ```
make install
```
The default install location is `/usr/local`, i.e. the data files will The default install location is `/usr/local`, i.e. the data files will
be written to `/usr/local/share/games/supertuxkart`, the executable be written to `/usr/local/share/games/supertuxkart`, the executable

View File

@ -45,12 +45,12 @@ The Xcode project file is in `/src/ide/Xcode/`, but it still
requires that all dependencies are installed as explained on the wiki. requires that all dependencies are installed as explained on the wiki.
### UNIX ### UNIX
See `INSTALL` for details. See [`INSTALL.md`](INSTALL.md) for details.
## License ## License
This software is released under the GNU General Public License (GPL) which 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. can be found in the file [`COPYING`](/COPYING) in the same directory as this file.
Information about the licenses for artwork are contained in Information about the licenses for artwork are contained in
`data/licenses`. `data/licenses`.