Merge pull request #712 from dfarmer/master

Add note about MSVC requirement
This commit is contained in:
Matthew Leibowitz 2018-11-30 18:18:47 +02:00 коммит произвёл GitHub
Родитель 0cf1c6d293 af881538c1
Коммит 33df3563d0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -42,6 +42,7 @@ Before building SkiaSharp:
* [Python 2.7](https://www.python.org/downloads) is available in the `PATH` environment variable on Windows
* [Android NDK r14](https://developer.android.com/ndk/downloads/index.html) is available in the `ANDROID_NDK_HOME` environment variable on macOS
* [.NET Core](https://www.microsoft.com/net/core) is installed on all platforms
* C/C++ Compiler (MSVC / "Desktop development" package on Windows)
First, clone the repository: