EraYaN.SkiaSharp.NativeAssets.LinuxArm 1.68.0

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package EraYaN.SkiaSharp.NativeAssets.LinuxArm --version 1.68.0
NuGet\Install-Package EraYaN.SkiaSharp.NativeAssets.LinuxArm -Version 1.68.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EraYaN.SkiaSharp.NativeAssets.LinuxArm" Version="1.68.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EraYaN.SkiaSharp.NativeAssets.LinuxArm --version 1.68.0
#r "nuget: EraYaN.SkiaSharp.NativeAssets.LinuxArm, 1.68.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install EraYaN.SkiaSharp.NativeAssets.LinuxArm as a Cake Addin
#addin nuget:?package=EraYaN.SkiaSharp.NativeAssets.LinuxArm&version=1.68.0

// Install EraYaN.SkiaSharp.NativeAssets.LinuxArm as a Cake Tool
#tool nuget:?package=EraYaN.SkiaSharp.NativeAssets.LinuxArm&version=1.68.0

SkiaSharp Native library for arm32 and arm64.

The 64-bit build runs with -flax-vector-conversions so, use at your own risk. Upstream issue: https://skia-review.googlesource.com/c/skia/+/84222 GCC seems to not support this.

Build (Debian based) (Also WSL)

  1. cross-compile-libSkiaSharp.sh
  2. mkdir -p ./runtimes/linux-arm/native && mkdir -p ./runtimes/linux-arm64/native
  3. cp skia/out/linux-arm/libSkiaSharp.so ./runtimes/linux-arm/native/ && cp skia/out/linux-arm64/libSkiaSharp.so ./runtimes/linux-arm64/native/
  4. nuget pack

Build (non Debian) (uses docker)

  1. build-in-docker.sh
  2. nuget pack
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated