DjDeveloperr / skia_canvas

Fast HTML Canvas API implementation for Deno using Google Skia
https://deno.land/x/skia_canvas
Apache License 2.0
122 stars 7 forks source link

libnative_canvas.so fails to load on CentOS. #52

Open Dogwei opened 1 year ago

Dogwei commented 1 year ago

image image

I also tried other skia native libraries: Skija: reports the same exception Skia4delphi: reports the same exception skiaharp: It can be loaded, but it doesn't work for me because the skia version is too low.(https://www.nuget.org/packages/SkiaSharp.NativeAssets.Linux.NoDependencies)

Can you also provide a dependency-free version of libnative_canvas.so? Thanks.

DjDeveloperr commented 1 year ago

Does the NoDependencies option in SkiaSharp only disable fontconfig? That can be easily disabled with a GN arg. Apart from that do you want ICU to be disabled as well? I can try providing a separate build with these requirements.

Dogwei commented 1 year ago

Thanks for your quick reply. I think since NoDependencies means that all third-party libraries should be disabled.

DjDeveloperr commented 1 year ago

I'll take a look at this issue over the weekend.