[PATCH 1 of 2] Improve copy/paste variant of INSTALL documentation by switching paths
Wald Commits
scm-commit at wald.intevation.org
Mon Jul 14 13:21:21 CEST 2014
# HG changeset patch
# User Andre Heinecke <andre.heinecke at intevation.de>
# Date 1405336855 -7200
# Node ID d92264e9e08f195c58131e87ffeb2e38379da81e
# Parent e65e2a0be7c822b25f3b25b51f8262250cc7178a
Improve copy/paste variant of INSTALL documentation by switching paths
diff -r e65e2a0be7c8 -r d92264e9e08f INSTALL
--- 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
More information about the Trustbridge-commits
mailing list