Skip to content

Siroro/SilkNETAot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SilkNETAot

Basic AOT Silk.NET example built for .NET 7

Build

Windows

On Windows, install Visual Studio 2022, including Desktop development with C++ workload.

dotnet publish -r win-x64 -c Release

Linux

On Linux, install compiler toolchain and developer packages for libraries that .NET runtime depends on.

Ubuntu

sudo apt-get install clang zlib1g-dev

Alpine

sudo apk add clang build-base zlib-dev

Then run

dotnet publish -r linux-x64 -c Release

About

Basic AOT Silk.NET example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages