Mercurial > trustbridge
comparison INSTALL @ 1263:827abc0923a8
Clarify that linguist and uitools are optional
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Fri, 26 Sep 2014 16:06:44 +0200 |
parents | dcce1e7201e2 |
children | 3cd8dd706aaa |
comparison
equal
deleted
inserted
replaced
1262:dcce1e7201e2 | 1263:827abc0923a8 |
---|---|
39 -qpa xcb -qt-xkbcommon -qt-xcb -no-nis -no-libjpeg -qt-libpng \ | 39 -qpa xcb -qt-xkbcommon -qt-xcb -no-nis -no-libjpeg -qt-libpng \ |
40 -qt-zlib -no-gif -no-xinput2 && \ | 40 -qt-zlib -no-gif -no-xinput2 && \ |
41 nice make -j`nproc` && \ | 41 nice make -j`nproc` && \ |
42 make install | 42 make install |
43 | 43 |
44 If you want to build the localization you need the qt localization tools. | |
45 To build them: | |
46 | |
44 cd .. && \ | 47 cd .. && \ |
45 cd qttools/src/designer/src/uitools && \ | 48 cd qttools/src/designer/src/uitools && \ |
46 qmake && \ | 49 qmake && \ |
47 nice make -j`nproc` && \ | 50 nice make -j`nproc` && \ |
48 make install | 51 make install |
49 | 52 |
50 cd ../../../linguist && \ | 53 cd ../../../linguist && \ |
51 qmake && \ | 54 qmake && \ |
52 nice make -j`nproc` &&\ | 55 nice make -j`nproc` &&\ |
53 make install | 56 make install |
57 | |
58 | |
59 Polarssl is required for TrustBridge: | |
54 | 60 |
55 curl -O https://polarssl.org/download/polarssl-1.3.8-gpl.tgz | 61 curl -O https://polarssl.org/download/polarssl-1.3.8-gpl.tgz |
56 318171db41335cacbb5b0047c94f1faf91442ab70a223b5223436703c9406ff1 polarssl-1.3.8-gpl.tgz | 62 318171db41335cacbb5b0047c94f1faf91442ab70a223b5223436703c9406ff1 polarssl-1.3.8-gpl.tgz |
57 | 63 |
58 tar -xf polarssl-1.3.8-gpl.tgz | 64 tar -xf polarssl-1.3.8-gpl.tgz |