فهرست منبع

Update build.md

Add information about downloading the Skia native libraries via the supplied script.
Mitja Bezenšek 10 سال پیش
والد
کامیت
aa7787f689
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      docs/build.md

+ 4 - 0
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