Skip to content

Commit

Permalink
Merge pull request #18762 from TopperDEL/master
Browse files Browse the repository at this point in the history
doc: Add info how to get libSkiaSharp.dylib
  • Loading branch information
jeromelaban authored Nov 19, 2024
2 parents 00d0140 + 5aec78d commit 23feb21
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](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 23feb21

Please sign in to comment.