Using GitHub Flavored Markdown in INSTALL.md to fix some mistakes from commit b903f8788c

This commit is contained in:
Max Teufel 2014-01-17 18:31:15 +01:00 committed by Vincent Lejeune
parent 77c9289645
commit 2721e2d82a

View File

@ -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: