How can I build SkiaSharp with GPU acceleratoin enabled? #3299
Huiso-Jeong
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am following the steps in https://github.com/mono/SkiaSharp/wiki/Building-on-Linux this page,
to build my SkiaSharp on my arm64 (aarch64) device.
However, it is always stuck for executing ./bin/gn because of architecture issue.
It says that it's not executable, so I check it with ldd command and it looks like gn which is created for amd64, not for arm64 .
How can I build SkiaSharp for arm 64?
Beta Was this translation helpful? Give feedback.
All reactions