1.1 --- a/docs/README-cmake.md Fri Aug 15 23:18:57 2014 +0200
1.2 +++ b/docs/README-cmake.md Fri Aug 15 23:39:14 2014 +0200
1.3 @@ -10,22 +10,23 @@
1.4 without complication.
1.5 While still experimental, the build system should be usable on the following
1.6 platforms:
1.7 -
1.8 - * FreeBSD
1.9 - * Linux
1.10 - * VS.NET 2010
1.11 - * MinGW and Msys
1.12 - * OS X with support for XCode
1.13 -
1.14 +
1.15 +* FreeBSD
1.16 +* Linux
1.17 +* VS.NET 2010
1.18 +* MinGW and Msys
1.19 +* OS X with support for XCode
1.20 +
1.21 +
1.22 ================================================================================
1.23 Usage
1.24 ================================================================================
1.25
1.26 Assuming the source for SDL is located at ~/sdl
1.27
1.28 -cd ~
1.29 -mkdir build
1.30 -cd build
1.31 -cmake ../sdl
1.32 + cd ~
1.33 + mkdir build
1.34 + cd build
1.35 + cmake ../sdl
1.36
1.37 This will build the static and dynamic versions of SDL in the ~/build directory.