Skip to content

Commit

Permalink
docs: Add info how to get libSkiaSharp.dylib
Browse files Browse the repository at this point in the history
  • Loading branch information
TopperDEL authored and MartinZikmund committed Nov 19, 2024
1 parent 5cb1c72 commit 9f3c5e1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Uno.UI.Runtime.Skia.MacOS/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Skia Host for macOS

## Preparation

Before you can build you need the libSkiaSharp.dylib.
```bash
cd UnoNativeMac
./getSkiaSharpDylib.sh
```
See /UnoNativeMac/README.md for more info.

## Requirements

* Minimum OS version: same as the [dotnet version used](https://learn.microsoft.com/en-us/dotnet/core/install/macos)
Expand Down

0 comments on commit 9f3c5e1

Please sign in to comment.