Skip to content

Commit

Permalink
Merge pull request #59 from tdenniston/tdenniston-readme-submodule
Browse files Browse the repository at this point in the history
Update README.md with submodule docs
  • Loading branch information
bholmes committed Apr 8, 2016
2 parents 9df2601 + 9f7f765 commit 0b93bfe
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,17 @@ Check our getting [started guide](https://developer.xamarin.com/guides/cross-pla

## Building SkiaSharp

First clone the repository:

$ git clone https://github.com/mono/SkiaSharp.git

Next, set up the submodules:

$ cd SkiaSharp
$ git submodule init && git submodule update

Then follow the platform-specific instructions below.

### Mac OS X

Run from Bash
Expand Down

0 comments on commit 0b93bfe

Please sign in to comment.