Fix description of how to build LOVE on the command line.

This commit is contained in:
rude
2013-12-09 16:38:54 +01:00
parent ddcff9c8f0
commit 6ce51f434c
+1 -1
View File
@@ -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*.