Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixed markdown formatting in READMEs.
- Loading branch information
File 2 of 11 in
6d9dbf5
|
@@ -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. |
Oops, something went wrong.