darkmattercoder / darkmattercoder/qt-build
Evaluate adding linuxdeployqt
- Dominant language
- Shell
- Stars
- 74
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
It would also be nice to bundle linuxdeployqt with the Docker images. Linuxdeployqt also requires patchelf:
`curl -sLO https://ftp.fau.de/debian/pool/main/p/patchelf/patchelf_0.8-2_amd64.deb`
`dpkg -i patchelf_0.8-2_amd64.deb`
Newer patchelf versions apparantly cripples libQt5Core; https://github.com/NixOS/patchelf/issues/124
Building linuxdeployqt
`git clone https://github.com/probonopd/linuxdeployqt.git`
`cd linuxdeployqt && qmake && make && make install`
_Originally posted by @somlioy in https://github.com/darkmattercoder/qt-build/issues/5#issuecomment-578063955_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.