From 6ce51f434cf6a0873a8bc964e782aa19690e783a Mon Sep 17 00:00:00 2001 From: rude Date: Mon, 9 Dec 2013 16:38:54 +0100 Subject: [PATCH] Fix description of how to build LOVE on the command line. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index d3cd792c..30ab4a8f 100644 --- a/readme.md +++ b/readme.md @@ -29,7 +29,7 @@ If you want to build [LÖVE][love2d], clone LÖVE into the *libs* folder. Megaso $ cd megasource $ hg clone https://bitbucket.org/rude/love libs/love $ cmake -G "Visual Studio 11" -H. -Bbuild - $ cmake --build build --target love --config Release + $ cmake --build build --target love/love --config Release The binaries can be found in *build/love/Release*.