[PATCH] (issue131) Update Install documentation for qt 5.3.2
Wald Commits
scm-commit at wald.intevation.org
Mon Sep 22 16:27:04 CEST 2014
# HG changeset patch
# User Andre Heinecke <andre.heinecke at intevation.de>
# Date 1411396020 -7200
# Node ID 7839d3d696a1475fb009ca5c47153ae9b5fe341d
# Parent 0f349b7f595f47e60adfce80418aab95cf358ff8
(issue131) Update Install documentation for qt 5.3.2
diff -r 0f349b7f595f -r 7839d3d696a1 INSTALL
--- a/INSTALL Mon Sep 22 15:55:05 2014 +0200
+++ b/INSTALL Mon Sep 22 16:27:00 2014 +0200
@@ -15,17 +15,17 @@
export YOURPREFIX=<Prefix of your choice (default /usr)>
export PATH=$YOURPREFIX/bin:$PATH
- curl https://download.qt-project.org/official_releases/qt/5.3/5.3.1/single/qt-everywhere-opensource-src-5.3.1.tar.xz.mirrorlist | grep SHA-256
+ curl https://download.qt-project.org/official_releases/qt/5.3/5.3.2/single/qt-everywhere-opensource-src-5.3.2.tar.xz.mirrorlist | grep SHA-256
-29d2ab3b1aef87e2dd806b278802e357274016475a513341348040468bf233ac
+7f5bf93344cb57bac374ea4a32c8eda87f1357f998f14278e717cf84d0289bf0
- http://qt-mirror.dannhauer.de/official_releases/qt/5.3/5.3.1/single/qt-everywhere-opensource-src-5.3.1.tar.xz
+ http://qt-mirror.dannhauer.de/official_releases/qt/5.3/5.3.2/single/qt-everywhere-opensource-src-5.3.2.tar.xz
- sha256sum qt-everywhere-opensource-src-5.3.1.tar.xz
+ sha256sum qt-everywhere-opensource-src-5.3.2.tar.xz
- tar -xf qt-everywhere-opensource-src-5.3.1.tar.xz
+ tar -xf qt-everywhere-opensource-src-5.3.2.tar.xz
- cd qt-everywhere-opensource-src-5.3.1/qtbase
+ cd qt-everywhere-opensource-src-5.3.2/qtbase
build dependencies have to to be installed at this point,
see ../qtbase/src/plugins/platforms/xcb/README
@@ -36,7 +36,7 @@
-static -no-cups -no-nis -no-icu -no-fontconfig -qt-freetype \
-no-directfb -no-opengl -no-kms -no-eglfs -no-egl -no-openssl -no-glib \
-qpa xcb -qt-xkbcommon -qt-xcb -no-nis -no-libjpeg -qt-libpng \
- -qt-zlib -no-gif && \
+ -qt-zlib -no-gif -no-xinput2 && \
nice make -j`nproc` && \
make install
@@ -117,15 +117,15 @@
directory.
mkdir i386
cd i386
- tar -xf ../qt-everywhere-opensource-src-5.3.1.tar.xz
- cd qt-everywhere-opensource-src-5.3.1/qtbase/
+ tar -xf ../qt-everywhere-opensource-src-5.3.2.tar.xz
+ cd qt-everywhere-opensource-src-5.3.2/qtbase/
./configure --prefix=$YOURPREFIX/i386 \
-opensource -platform linux-g++-32 \
-release -nomake tests -nomake examples -confirm-license \
-static -no-cups -no-nis -no-icu \
-no-directfb -no-opengl -no-kms -no-eglfs -no-egl -no-openssl -no-glib \
-system-libpng -qpa xcb -qt-xcb -no-nis -no-libjpeg -no-gif -qt-zlib \
- -no-fontconfig -qt-freetype -qt-libpng -qt-xkbcommon \
+ -no-fontconfig -qt-freetype -qt-libpng -qt-xkbcommon -no-xinput2 \
&& \
nice make -j`nproc` && \
make install
More information about the Trustbridge-commits
mailing list