This commit is contained in:
Matthew Leibowitz 2016-08-15 18:59:42 +02:00 коммит произвёл GitHub
Родитель fac08c0aff
Коммит 89577f1f6c
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -35,6 +35,11 @@ through both the basic setup as well as the platform specific capabilties.
The [API Documentation](https://developer.xamarin.com/api/namespace/SkiaSharp/) is also available on the
web to browse.
### Prerequisites
Make sure the [Microsoft Visual C++ 2015 Redistributable](https://www.microsoft.com/en-us/download/details.aspx?id=52982) is installed if this error occurs:
> Unable to load DLL 'libSkiaSharp.dll': The specified module could not be found.
## Building SkiaSharp
First clone the repository: