Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: Add info how to get libSkiaSharp.dylib #18762

Merged
merged 2 commits into from
Nov 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

Check notice on line 6 in src/Uno.UI.Runtime.Skia.MacOS/README.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

src/Uno.UI.Runtime.Skia.MacOS/README.md#L6

Fenced code blocks should be surrounded by blank lines
cd UnoNativeMac
./getSkiaSharpDylib.sh
```

Check notice on line 9 in src/Uno.UI.Runtime.Skia.MacOS/README.md

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

src/Uno.UI.Runtime.Skia.MacOS/README.md#L9

Fenced code blocks should be surrounded by blank lines
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
Loading