Browse Source

Added a note for CMake 3.13+ users

4aiman 4 years ago
parent
commit
da4cf84ec6
1 changed files with 2 additions and 0 deletions
  1. 2 0
      readme.md

+ 2 - 0
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