From af881538c1c09a6de532a07899ace6059166d092 Mon Sep 17 00:00:00 2001 From: dfarmer Date: Thu, 29 Nov 2018 23:48:10 -0800 Subject: [PATCH] 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) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1b67586ec..740df5c22 100644 --- a/README.md +++ b/README.md @@ -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: