Simple Ceres wrapper written in F# including aardvark-style native dependencies
cmake
dotnet >= 6.0
- C/C++ compiler
- setup environment variable
GITHUB_TOKEN
with a token having at least read-access to packages on github (see here how to create a token) - run
buildnative
dotnet tool restore
dotnet paket restore
dotnet build src/Ceres.sln
New Packages can be created by simply adding a new version in RELEASE_NOTES.md
and pushing the file to the master
branch.
The GitHub CI Action will take care of building native code and publishing packages to NuGet/GitHub Packages