changeset 778:3145399aa797

(issue57) Update to qt 5.3.1 This commit also combines the build commands with and so that copy/paste of those commands gives a better idea where errors occured.
author Andre Heinecke <andre.heinecke@intevation.de>
date Mon, 14 Jul 2014 11:36:43 +0200
parents ca149bad8195
children 395b7a93c1c7
files INSTALL
diffstat 1 files changed, 13 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/INSTALL	Fri Jul 11 18:31:09 2014 +0200
+++ b/INSTALL	Mon Jul 14 11:36:43 2014 +0200
@@ -13,17 +13,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.0/single/qt-everywhere-opensource-src-5.3.0.tar.xz.mirrorlist | grep SHA-256
-
-e6f47e69a5ce707452dd4bad1fd1919201a71e88be1b06afe1d302a3935daf1f
+    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
 
-    http://qt-mirror.dannhauer.de/official_releases/qt/5.3/5.3.0/single/qt-everywhere-opensource-src-5.3.0.tar.xz
+29d2ab3b1aef87e2dd806b278802e357274016475a513341348040468bf233ac
 
-    sha256sum qt-everywhere-opensource-src-5.3.0.tar.xz
+    http://qt-mirror.dannhauer.de/official_releases/qt/5.3/5.3.1/single/qt-everywhere-opensource-src-5.3.1.tar.xz
 
-    tar -xvmlf qt-everywhere-opensource-src-5.3.0.tar.xz
+    sha256sum qt-everywhere-opensource-src-5.3.1.tar.xz
 
-    cd qt-everywhere-opensource-src-5.3.0/qtbase
+    tar -xf qt-everywhere-opensource-src-5.3.1.tar.xz
+
+    cd qt-everywhere-opensource-src-5.3.1/qtbase
 
 build dependencies have to to be installed at this point,
 see ../qtbase/src/plugins/platforms/xcb/README
@@ -32,14 +32,14 @@
     -opensource \
     -release  -nomake tests  -nomake examples  -confirm-license \
     -static -no-cups -no-nis -no-icu -fontconfig \
-    -no-directfb -opengl desktop -no-kms -no-eglfs -no-egl -no-openssl -no-glib \
-    -system-libpng -qpa xcb -xcb -no-nis -no-libjpeg -no-gif
-    nice make -j8
+    -no-directfb -no-opengl -no-kms -no-eglfs -no-egl -no-openssl -no-glib \
+    -system-libpng -qpa xcb -xcb -no-nis -no-libjpeg -no-gif && \
+    nice make && \
     make install
 
-    cd qttools/src/designer/uitools
-    qmake
-    nice make -j8
+    cd qttools/src/designer/uitools && \
+    qmake && \
+    nice make -j8 && \
     make install
 
     cd qttools/src/linguist

http://wald.intevation.org/projects/trustbridge/