From da4cf84ec65c28a64c04547560d2049951ce93ad Mon Sep 17 00:00:00 2001 From: 4aiman Date: Thu, 26 Aug 2021 15:54:46 +0300 Subject: [PATCH] Added a note for CMake 3.13+ users --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 8133efaa..16b69c81 100644 --- a/readme.md +++ b/readme.md @@ -23,6 +23,8 @@ To build just the dependencies: ... or you can open the solution file in Visual Studio and build from there instead of invoking cmake --build. +Note, that ```-H``` had been replaced in CMake 3.13 with ```-S```. + If you want to build [LÖVE][love2d], clone LÖVE into the *libs* folder. Megasource will automatically look for it there. E.g.: $ git clone https://github.com/love2d/megasource megasource