Mercurial > retraceit
comparison INSTALL @ 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 | c92502dae3f9 |
children | 788b5f239571 |
comparison
equal
deleted
inserted
replaced
77:d9760a2a5909 | 78:6965fb5db4b7 |
---|---|
48 git autoconf automake bash bison bzip2 \ | 48 git autoconf automake bash bison bzip2 \ |
49 cmake flex gettext git g++ intltool \ | 49 cmake flex gettext git g++ intltool \ |
50 libffi-dev libtool libltdl-dev libssl-dev \ | 50 libffi-dev libtool libltdl-dev libssl-dev \ |
51 libxml-parser-perl make openssl patch perl \ | 51 libxml-parser-perl make openssl patch perl \ |
52 pkg-config scons sed unzip curl xz-utils autopoint \ | 52 pkg-config scons sed unzip curl xz-utils autopoint \ |
53 gperf ruby libtool | 53 gperf ruby libtool qttools5-dev-tools |
54 | 54 |
55 Under debian you might additionall need: | 55 Under debian you might additionall need: |
56 | 56 |
57 libtool-bin | 57 libtool-bin |
58 | 58 |
72 | 72 |
73 Workaround Qt CMake Bugs: | 73 Workaround Qt CMake Bugs: |
74 | 74 |
75 find $MXEPATH/usr/i686-w64-mingw32.static/qt5/lib/cmake -name \*.cmake | \ | 75 find $MXEPATH/usr/i686-w64-mingw32.static/qt5/lib/cmake -name \*.cmake | \ |
76 xargs sed -i 's/\/\([a-z]*\)\.lib/\/lib\1\.a/g' | 76 xargs sed -i 's/\/\([a-z]*\)\.lib/\/lib\1\.a/g' |
77 sed -i 's/^_qt5gui_find_extra_libs.*//' \ | 77 sed -i 's@^_qt5gui_find_extra_libs.*@@' \ |
78 $MXEPATH/usr/i686-w64-mingw32.static/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake | 78 $MXEPATH/usr/i686-w64-mingw32.static/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake |
79 | 79 |
80 Compile the software (assuming the source code is already checked out. If not | 80 Compile the software (assuming the source code is already checked out. If not |
81 please refer to the GNU/Linux build documentation how to obtain the source | 81 please refer to the GNU/Linux build documentation how to obtain the source |
82 code): | 82 code): |