Skip to content

various libraries statically compiled for linux / macOS / windows

License

Notifications You must be signed in to change notification settings

spatial-model-editor/sme_deps_common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sme_deps_common Release Builds

This repo provides the following statically compiled libraries:

Get the latest versions here:

Updating this repo

Any tagged commit will result in a github release.

To make a new release, update the version numbers in release.yml (and the build scripts in build.sh if necessary), then commit the changes:

git commit -am "revision update"
git push

This will trigger GitHub Action builds which will compile the libraries. If the builds are sucessful, tag this commit and push the tag to github:

git tag <tagname>
git push origin <tagname>

The tagged commit will trigger the builds again, but this time they will each add an archive of the resulting static libraries to the <tagname> release on this github repo.