darkmattercoder / darkmattercoder/qt-build

Evaluate adding linuxdeployqt

Open
#16 2 comments 1 reaction 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.