https://github.com/hexops-graveyard/sdk-linux-x86_64
Linux x86_64 SDK for Mach engine
https://github.com/hexops-graveyard/sdk-linux-x86_64
mach-sdk
Last synced: 11 months ago
JSON representation
Linux x86_64 SDK for Mach engine
- Host: GitHub
- URL: https://github.com/hexops-graveyard/sdk-linux-x86_64
- Owner: hexops-graveyard
- Created: 2021-07-30T02:07:59.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-06-24T19:38:38.000Z (about 3 years ago)
- Last Synced: 2025-06-26T06:50:17.236Z (about 1 year ago)
- Topics: mach-sdk
- Language: C++
- Homepage:
- Size: 8.31 MB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Linux-x86_64 SDK for Mach Engine
This repository contains native system binary files required to build [Mach Engine](https://github.com/hexops/mach) for Linux (x86_64), from any host OS.
In specific, it contains a minimal set of Ubuntu packages.
## LICENSE
All files in this SDK are permissively licensed (MIT, BSD, Apache, X, and SGI licenses) **except** for the mesa GL development library, of which portions are GPL licensed - and whose file list you can find here:
https://packages.ubuntu.com/bionic/amd64/mesa-common-dev/filelist
Mach only uses the GL development headers from the mesa library, which are permissively (not GPL) licensed.
You can find the license information in the standard Linux locations, e.g.:
```
$ find root | grep copyright
root/usr/share/doc/libxdmcp-dev/copyright
root/usr/share/doc/x11proto-dev/copyright
root/usr/share/doc/libxrandr-dev/copyright
root/usr/share/doc/libxcb1-dev/copyright
root/usr/share/doc/libxau-dev/copyright
root/usr/share/doc/libxext-dev/copyright
root/usr/share/doc/mesa-common-dev/copyright
root/usr/share/doc/libxcb1/copyright
root/usr/share/doc/libxinerama-dev/copyright
root/usr/share/doc/libxcursor-dev/copyright
root/usr/share/doc/libxi-dev/copyright
root/usr/share/doc/libx11-6/copyright
root/usr/share/doc/libvulkan-dev/copyright
root/usr/share/doc/libx11-dev/copyright
root/usr/share/doc/libxfixes-dev/copyright
root/usr/share/doc/libxrender-dev/copyright
```