Mercurial > trustbridge
comparison INSTALL @ 848:9792c69201c2
Add note about runtime dependencies for admin tool
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Wed, 30 Jul 2014 16:22:55 +0200 |
parents | b642e80c77a8 |
children | e4cf249ba1a6 |
comparison
equal
deleted
inserted
replaced
847:b642e80c77a8 | 848:9792c69201c2 |
---|---|
1 Installation Instructions | 1 Installation Instructions |
2 ************************* | 2 ************************* |
3 | 3 |
4 For Debian based GNU / Linux | 4 For Debian based GNU / Linux |
5 ============================ | 5 ============================ |
6 Tested development platform: Ubuntu 13.10. | 6 Tested development platform: Ubuntu 14.4. |
7 | 7 |
8 The following commands build qt5 and polarssl which are dependencies of the Software. | 8 The following commands build qt5 and polarssl which are dependencies of the Software. |
9 For build dependencies please refer to the Qt documentation | 9 For build dependencies please refer to the Qt documentation |
10 ( qtbase/src/plugins/platforms/xcb/README ). | 10 ( qtbase/src/plugins/platforms/xcb/README ). |
11 Polarssl needs cmake and build-essentials. | 11 Polarssl needs cmake and build-essentials. |
146 MXETARGET=$MXEPATH/usr/i686-w64-mingw32.static/ | 146 MXETARGET=$MXEPATH/usr/i686-w64-mingw32.static/ |
147 cmake .. \ | 147 cmake .. \ |
148 -DCMAKE_PREFIX_PATH="$MXETARGET/qt5;$MXETARGET;" \ | 148 -DCMAKE_PREFIX_PATH="$MXETARGET/qt5;$MXETARGET;" \ |
149 -DCMAKE_TOOLCHAIN_FILE="$MXETARGET/share/cmake/mxe-conf.cmake" \ | 149 -DCMAKE_TOOLCHAIN_FILE="$MXETARGET/share/cmake/mxe-conf.cmake" \ |
150 -DCMAKE_VERBOSE_MAKEFILE=True | 150 -DCMAKE_VERBOSE_MAKEFILE=True |
151 | |
152 Runtime Depdendencies | |
153 ===================== | |
154 The Admin tool needs some additional software to be able to create installtion | |
155 packages: | |
156 | |
157 apt-get install nsis wine sharutils |