# HG changeset patch # User Andre Heinecke # Date 1434450916 -7200 # Node ID 6965fb5db4b7e094685924d15739f60e792904d8 # Parent d9760a2a5909e1a899521e1cbdebb276368d6cf8 Fix INSTALL dependencies and qt bug workaround command diff -r d9760a2a5909 -r 6965fb5db4b7 INSTALL --- 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