Added a note for CMake 3.13+ users

This commit is contained in:
4aiman
2021-08-26 15:54:46 +03:00
committed by GitHub
parent 8e497f14bb
commit da4cf84ec6
+2
View File
@@ -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