https://github.com/openhd/openhd-qt
Qt builds with EGLFS enabled
https://github.com/openhd/openhd-qt
Last synced: about 1 year ago
JSON representation
Qt builds with EGLFS enabled
- Host: GitHub
- URL: https://github.com/openhd/openhd-qt
- Owner: OpenHD
- Created: 2019-11-12T15:13:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-04T01:13:28.000Z (over 2 years ago)
- Last Synced: 2025-05-01T09:27:55.422Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 165 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Qt-OpenHD
Qt builds for OpenHD with all the features we need.
Note: this script must be run on a real device, it is not for crosscompiling.
Generally all you need to do to enter an ARM chroot while running on an x86 Linux machine
is `apt install qemu binfmt-support qemu-user-static`, then `chroot /path/to/imageroot /bin/bash`.
Also note that if building on a Raspberry Pi, you will have to run the build script with just one
process instead of the default 5 to avoid running out of RAM. Change `make -j12` to `make -j1` in
`build.sh`, also adding swap doesn't hurt.