changeset 78:6965fb5db4b7

Fix INSTALL dependencies and qt bug workaround command
author Andre Heinecke <andre.heinecke@intevation.de>
date Tue, 16 Jun 2015 12:35:16 +0200
parents d9760a2a5909
children ca8d3cfe8ba1
files INSTALL
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/INSTALL	Wed May 27 11:34:15 2015 +0200
+++ b/INSTALL	Tue Jun 16 12:35:16 2015 +0200
@@ -50,7 +50,7 @@
     libffi-dev libtool libltdl-dev libssl-dev \
     libxml-parser-perl make openssl patch perl \
     pkg-config scons sed unzip curl xz-utils autopoint \
-    gperf ruby libtool
+    gperf ruby libtool qttools5-dev-tools
 
 Under debian you might additionall need:
 
@@ -74,7 +74,7 @@
 
     find $MXEPATH/usr/i686-w64-mingw32.static/qt5/lib/cmake -name \*.cmake | \
         xargs sed -i 's/\/\([a-z]*\)\.lib/\/lib\1\.a/g'
-    sed -i 's/^_qt5gui_find_extra_libs.*//' \
+    sed -i 's@^_qt5gui_find_extra_libs.*@@' \
         $MXEPATH/usr/i686-w64-mingw32.static/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake
 
 Compile the software (assuming the source code is already checked out. If not
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)