https://github.com/userdocs/cmake-crossbuild
test
https://github.com/userdocs/cmake-crossbuild
Last synced: 10 months ago
JSON representation
test
- Host: GitHub
- URL: https://github.com/userdocs/cmake-crossbuild
- Owner: userdocs
- License: gpl-3.0
- Created: 2021-10-21T12:58:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-23T20:05:55.000Z (12 months ago)
- Last Synced: 2025-04-13T21:06:54.663Z (10 months ago)
- Size: 115 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.
[
](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"
```