From 47e06de1b67270438b8ac202abf35f80e08f6c63 Mon Sep 17 00:00:00 2001 From: Nikita Tsukanov Date: Tue, 1 Mar 2016 12:30:33 +0300 Subject: [PATCH] Fixed windows build instructions --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15d86538..d8d596ec 100644 --- a/README.md +++ b/README.md @@ -22,14 +22,27 @@ Check our getting [started guide](https://developer.xamarin.com/guides/cross-pla ## Building SkiaSharp -To build SkiaSharp on Mac OS X (Bash): +### Mac OS X + +Run from Bash $ ./bootstrapper.sh -t libs -Similarly on Windows (PowerShell): +### Windows + +You need Python 2.7 in `PATH` environment variable. Then you need to run following commands from `skia` directory: + + > ..\depot_tools\gclient.bat config --unmanaged https://github.com/mono/skia.git + > ..\depot_tools\gclient.bat sync + +The process will take some time while gclient downloads Skia build dependencies. + +Then you can finally build it: > .\bootstrapper.ps1 -Target libs + + There are several targets available: - `externals` - builds all the native libraries