Fixed markdown formatting in READMEs.

This commit is contained in:
Philipp Wiesemann 2014-08-15 23:39:14 +02:00
parent bb534092c1
commit 178a30b438
11 changed files with 140 additions and 127 deletions

View file

@ -10,22 +10,23 @@ It works in parallel to the legacy system, so users can experiment with it
without complication.
While still experimental, the build system should be usable on the following
platforms:
* FreeBSD
* Linux
* VS.NET 2010
* MinGW and Msys
* OS X with support for XCode
* FreeBSD
* Linux
* VS.NET 2010
* MinGW and Msys
* OS X with support for XCode
================================================================================
Usage
================================================================================
Assuming the source for SDL is located at ~/sdl
cd ~
mkdir build
cd build
cmake ../sdl
cd ~
mkdir build
cd build
cmake ../sdl
This will build the static and dynamic versions of SDL in the ~/build directory.