Add note about MSVC requirement

externals-windows fails with an unintuitive python exception if you don't have MSVC installed (e.g., a user with Visual Studio and only the .NET development pack)
This commit is contained in:
dfarmer 2018-11-29 23:48:10 -08:00 коммит произвёл GitHub
Родитель 0cf1c6d293
Коммит af881538c1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа 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 * [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 * [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 * [.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: First, clone the repository: