Skip to content

Installing Linuxdeployqt Ubuntu

Sam Mottley edited this page Jul 31, 2017 · 1 revision

Installing Linuxdeployqt Ubuntu

Linuxdeployqt is used to copy all qt libs that are required in-order for the compiled program to run standalone without Qt installed.

Linuxdeployqt is developed by a thrid-party to meet the same specification as windeployqt etc.

As the target for the gas rig PC is Ubuntu 32 bit linuxdeployqt will have the be compiled and installed.

Pull the source

Pull linuxdeployqt

git clone https://github.com/probonopd/linuxdeployqt.git

Compile and install

Make linuxdeployqt

"/usr/local/Qt-5.9.0/bin/qmake"

Build linuxdeployqt

make -j4 -f Makefile

Install linuxdeployqt

make install

Install Patchelf

Run the below

sudo apt-get install patchelf

Finished

Linuxdep0loyqt can now be found at

/usr/local/Qt-5.9.0/bin/linuxdeployqt

Clone this wiki locally