Mercurial > trustbridge
comparison INSTALL @ 598:c1733da2559c
Added hint about tested development platform Ubuntu 13.10.
author | Bernhard Reiter <bernhard@intevation.de> |
---|---|
date | Fri, 13 Jun 2014 11:44:48 +0200 |
parents | 21f8d32f2d2a |
children | 9cdc14373a5d |
comparison
equal
deleted
inserted
replaced
597:b7a109e0d954 | 598:c1733da2559c |
---|---|
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. | |
7 | |
6 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. |
7 For build dependencies please refer to the Qt documentation | 9 For build dependencies please refer to the Qt documentation |
8 ( qtbase/src/plugins/platforms/xcb/README ). Polarssl needs cmake and build-essentials. | 10 ( qtbase/src/plugins/platforms/xcb/README ). |
11 Polarssl needs cmake and build-essentials. | |
9 | 12 |
10 export YOURPREFIX=<Prefix of your choice (default /usr)> | 13 export YOURPREFIX=<Prefix of your choice (default /usr)> |
11 export PATH=$YOURPREFIX/bin:$PATH | 14 export PATH=$YOURPREFIX/bin:$PATH |
12 | 15 |
13 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 | 16 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 |
81 make && make install | 84 make && make install |
82 | 85 |
83 For Microsoft Windows | 86 For Microsoft Windows |
84 ===================== | 87 ===================== |
85 The Windows variant can be cross compiled on Debian based GNU / Linux systems. | 88 The Windows variant can be cross compiled on Debian based GNU / Linux systems. |
86 The minimum requirement is debian stable. | 89 The minimum requirement is Debian stable. |
90 Tested development platform: Ubuntu 13.10. | |
87 | 91 |
88 Dependencies on the Host system: | 92 Dependencies on the Host system: |
89 git autoconf automake bash bison bzip2 \ | 93 git autoconf automake bash bison bzip2 \ |
90 cmake flex gettext git g++ intltool \ | 94 cmake flex gettext git g++ intltool \ |
91 libffi-dev libtool libltdl-dev libssl-dev \ | 95 libffi-dev libtool libltdl-dev libssl-dev \ |