Qt Admin

Installation

Install Qt

New Procedure (Sep. 2014)


% ssh -Y lethe (this is a graphical install, so enable X tunnel graphic processing)
% cd /src/util
util% mv /tmp/qt-opensource-linux-x64-1.6.0-5-online.run .
util% chmod 755 qt-opensource-linux-x64-1.6.0-5-online.run
util% sudo env LD_LIBRARY_PATH=/util/glibc/lib:${LD_LIBRARY_PATH} ./qt-opensource-linux-x64-1.6.0-5-online.run

./qt-opensource-linux-x64-1.6.0-5-online.run: error while loading shared libraries: /util/glibc/lib/libm.so.6: ELF file OS ABI invalid

Notes:

  1. Try also adding /util/gcc-4.8.1/lib64 to your LD_LIBRARY_PATH variable if you begin receiving "GLIBCXX not found" errors.

Old Procedure


[lethe] /tmp% mv qt-everywhere-opensource-src-5.0.1.tar.gz /src/util
[lethe] /tmp% cd /src/util
[lethe] util% gunzip qt-everywhere-opensource-src-5.0.1.tar.gz 
[lethe] util% tar -xvf qt-everywhere-opensource-src-5.0.1.tar

...

[lethe] util% cd qt-everywhere-opensource-src-5.0.1
[lethe] qt-everywhere-opensource-src-5.0.1% ./configure --prefix=/util/Qt-5.0.1

...

o
yes

...

[lethe] qt-everywhere-opensource-src-5.0.1% gmake
[lethe] qt-everywhere-opensource-src-5.0.1% sudo gmake install

Install QScintilla


References

  1. http://www.qt.io/download/