An open API service indexing awesome lists of open source software.

https://github.com/userdocs/cmake-crossbuild

test
https://github.com/userdocs/cmake-crossbuild

Last synced: 10 months ago
JSON representation

test

Awesome Lists containing this project

README

          

# cmake and ninja crossbuilds

Multiarch crossbuilds to use with Debian based platforms.

Deb packages are created and published as releases.

[Follow the white rabbit](https://github.com/userdocs/zlib-ng-crossbuild)

```bash
wget "https://github.com/userdocs/cmake-crossbuild/releases/latest/download/$(. /etc/os-release && printf '%s' "$ID")-$(. /etc/os-release && printf '%s' "$VERSION_CODENAME")-cmake-$(dpkg --print-architecture).deb"
```