BUILD.md: Mention that installing CMake is recommended for MSVC

We are using CMake to help us find dependencies in Meson builds on Visual
Studio, so let people know that it's recommended.
This commit is contained in:
Chun-wei Fan 2022-02-17 15:28:42 +08:00
parent d24ac4aac3
commit e6aa4b7d0e
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ meson like above.
On Windows, meson can build the project like above if a working MSVC's cl.exe (`vcvarsall.bat`)
or gcc/clang is already on your path, and if you use something like `meson build --wrap-mode=default`
it fetches and compiles most of the dependencies also.
it fetches and compiles most of the dependencies also. It is recommended to install CMake either
manually or via the Visual Studio installer when building with MSVC when building with meson.
Our CI configurations is also a good source of learning how to build HarfBuzz.