Using GitHub Flavored Markdown in INSTALL.md to fix some mistakes from commit b903f8788c
This commit is contained in:
parent
77c9289645
commit
2721e2d82a
24
INSTALL.md
24
INSTALL.md
@ -21,25 +21,29 @@ First, make sure that you have the following packages installed:
|
|||||||
|
|
||||||
Ubuntu command:
|
Ubuntu command:
|
||||||
|
|
||||||
`sudo apt-get install autoconf automake build-essential cmake libogg-dev libvorbis-dev libopenal-dev libxxf86vm-dev libgl1-mesa-dev libglu1-mesa-dev libcurl4-openssl-dev libfribidi-dev libbluetooth-dev`
|
```
|
||||||
|
sudo apt-get install autoconf automake build-essential cmake libogg-dev libvorbis-dev libopenal-dev libxxf86vm-dev \
|
||||||
|
libgl1-mesa-dev libglu1-mesa-dev libcurl4-openssl-dev libfribidi-dev libbluetooth-dev
|
||||||
|
```
|
||||||
|
|
||||||
Unpack the files from the tarball like this:
|
Unpack the files from the tarball like this:
|
||||||
|
|
||||||
`tar xzf supertuxkart-*.tar.gz
|
```
|
||||||
cd supertuxkart-*`
|
tar xzf supertuxkart-*.tar.gz
|
||||||
|
cd supertuxkart-*
|
||||||
|
```
|
||||||
|
|
||||||
where `*` is the version of SuperTuxkart you downloaded - eg `0.8.0`. Then:
|
where `*` is the version of SuperTuxkart you downloaded - eg `0.8.0`. Then:
|
||||||
|
|
||||||
|
|
||||||
Compile SuperTuxKart:
|
Compile SuperTuxKart:
|
||||||
|
|
||||||
`mkdir cmake_build`
|
```
|
||||||
|
mkdir cmake_build
|
||||||
`cd cmake_build`
|
cd cmake_build
|
||||||
|
cmake ..
|
||||||
`cmake ..`
|
make VERBOSE=1 -j2
|
||||||
|
```
|
||||||
`make VERBOSE=1 -j2`
|
|
||||||
|
|
||||||
To create a debug version of STK, use:
|
To create a debug version of STK, use:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user