From 53a441ce9dc59a8e8d204503f057dea59df18451 Mon Sep 17 00:00:00 2001 From: rude Date: Fri, 22 Nov 2013 15:04:05 +0100 Subject: [PATCH] Fix description of CMake project file generation. --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index e1219b94..d3cd792c 100644 --- a/readme.md +++ b/readme.md @@ -6,7 +6,7 @@ Prerequisites ------------- - Windows. - - Visual Studio 2012 (Express). + - Visual Studio 2012 or 2013 (Express). - [DirectX SDK][dxsdk] (required for SDL2). - [CMake 2.8.11][cmake]. - [NSIS][nsis] if you want to build the LÖVE installer. @@ -18,7 +18,7 @@ To build just the dependecies: $ hg clone https://bitbucket.org/rude/megasource megasource $ cd megasource - $ cmake -G "Visual Studio 2012" -H. -Bbuild + $ cmake -G "Visual Studio 11" -H. -Bbuild $ cmake --build build --target megatest --config Release ... or you can of course open the solution file in Visual Studio and build from there instead of invoking cmake --build. @@ -28,7 +28,7 @@ If you want to build [LÖVE][love2d], clone LÖVE into the *libs* folder. Megaso $ hg clone https://bitbucket.org/rude/megasource megasource $ cd megasource $ hg clone https://bitbucket.org/rude/love libs/love - $ cmake -G "Visual Studio 2012" -H. -Bbuild + $ cmake -G "Visual Studio 11" -H. -Bbuild $ cmake --build build --target love --config Release The binaries can be found in *build/love/Release*.