Browse Source

Merge pull request #328 from MitjaBezensek/patch-1

Update build.md
pull/329/head
Nikita Tsukanov 11 years ago
parent
commit
f768b0069b
  1. 4
      docs/build.md

4
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

Loading…
Cancel
Save