changeset 784:d92264e9e08f

Improve copy/paste variant of INSTALL documentation by switching paths
author Andre Heinecke <andre.heinecke@intevation.de>
date Mon, 14 Jul 2014 13:20:55 +0200
parents e65e2a0be7c8
children 2fb539d4b1ff
files INSTALL
diffstat 1 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/INSTALL	Mon Jul 14 12:48:46 2014 +0200
+++ b/INSTALL	Mon Jul 14 13:20:55 2014 +0200
@@ -37,14 +37,15 @@
     nice make && \
     make install
 
-    cd qttools/src/designer/uitools && \
+    cd .. && \
+    cd qttools/src/designer/src/uitools && \
     qmake && \
     nice make -j8 && \
     make install
 
-    cd qttools/src/linguist
-    qmake
-    nice make -j8
+    cd ../../../linguist && \
+    qmake && \
+    nice make -j8 &&\
     make install
 
     curl -O https://polarssl.org/download/polarssl-1.3.7-gpl.tgz

http://wald.intevation.org/projects/trustbridge/