[PATCH] Clarify that linguist and uitools are optional

Wald Commits scm-commit at wald.intevation.org
Fri Sep 26 16:06:48 CEST 2014


# HG changeset patch
# User Andre Heinecke <andre.heinecke at intevation.de>
# Date 1411740404 -7200
# Node ID 827abc0923a80d35467de4dccb7e2aa64b87e8a3
# Parent  dcce1e7201e2419bfce9f5ecb712a182c86f3cf4
Clarify that linguist and uitools are optional

diff -r dcce1e7201e2 -r 827abc0923a8 INSTALL
--- a/INSTALL	Fri Sep 26 16:02:16 2014 +0200
+++ b/INSTALL	Fri Sep 26 16:06:44 2014 +0200
@@ -41,6 +41,9 @@
     nice make -j`nproc` && \
     make install
 
+If you want to build the localization you need the qt localization tools.
+To build them:
+
     cd .. && \
     cd qttools/src/designer/src/uitools && \
     qmake && \
@@ -52,6 +55,9 @@
     nice make -j`nproc` &&\
     make install
 
+
+Polarssl is required for TrustBridge:
+
     curl -O https://polarssl.org/download/polarssl-1.3.8-gpl.tgz
     318171db41335cacbb5b0047c94f1faf91442ab70a223b5223436703c9406ff1 polarssl-1.3.8-gpl.tgz
 


More information about the Trustbridge-commits mailing list