From aa7787f6897ff5a0bfed17dae3810c36edfa71b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mitja=20Bezen=C5=A1ek?= Date: Tue, 24 Nov 2015 22:43:37 +0100 Subject: [PATCH] Update build.md Add information about downloading the Skia native libraries via the supplied script. --- docs/build.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/build.md b/docs/build.md index 41d8f965f3..157af98fa2 100644 --- a/docs/build.md +++ b/docs/build.md @@ -18,6 +18,8 @@ We currently need to build our own private version of ReactiveUI as it doesn't w is linked as a submodule in the git repository, so run: git submodule update --init + +The next step is to download the Skia native libraries. Run ```getnatives.ps1``` PowerShell script which can be found under the folder ```Perspex\src\Skia\```. ## Linux @@ -43,6 +45,8 @@ We currently need to build our own private version of ReactiveUI as it doesn't w is linked as a submodule in the git repository, so run: git submodule update --init + +The next step is to download the Skia native libraries. Run ```getnatives.sh``` script which can be found under the folder ```Perspex\src\Skia\```. ### Load the Project in MonoDevelop