diff --git a/docs/COMPILE.md b/docs/COMPILE.md index f987be00..fac473f1 100644 --- a/docs/COMPILE.md +++ b/docs/COMPILE.md @@ -32,7 +32,7 @@ make This builds Unicorn2 on Windows, using Microsoft MSVC compiler. -- Require `cmake` & `Microsoft Visual Studio`. +- Require `cmake` & `Microsoft Visual Studio` (>=16.8). - From Visual Studio Command Prompt, build with the following commands. @@ -109,7 +109,7 @@ mkdir build; cd build ninja -C . ``` -Note that the way to build on MSYS changes as time goes, please keep in mind that always use the cmake shipped with mingw64 and choose MSYS Makefiles. +Note that the way to build on MSYS changes as time goes, please keep in mind that always use the cmake shipped with mingw64. ## Cross build from Linux host to other architectures