changeset 577:4ccae6acfaec

Document qt linguist tools build
author Andre Heinecke <aheinecke@intevation.de>
date Tue, 27 May 2014 10:26:51 +0000
parents a677cffcaed4
children bf54c9fc0d63
files INSTALL
diffstat 1 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/INSTALL	Mon May 26 15:28:10 2014 +0000
+++ b/INSTALL	Tue May 27 10:26:51 2014 +0000
@@ -8,6 +8,7 @@
 ( qtbase/src/plugins/platforms/xcb/README ). Polarssl needs cmake and build-essentials.
 
     export YOURPREFIX=<Prefix of your choice (default /usr)>
+    export PATH=$YOURPREFIX/bin:$PATH
 
     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
 
@@ -32,6 +33,11 @@
     nice make -j8
     make install
 
+    cd qttools/src/linguist
+    qmake
+    nice make -j8
+    make install -k
+
     curl -O https://polarssl.org/download/polarssl-1.3.7-gpl.tgz
     6beef0281160bf07fefefd6b412dd1ce4c39261cf5300835aef442253f0400e5  polarssl-1.3.7-gpl.tgz
 
@@ -65,7 +71,7 @@
     pkg-config scons sed unzip wget xz-utils autopoint \
     gperf
 
-Build the windows:
+Build the windows binaries:
     MXEPATH=$YOURPREFIX/win
     git clone https://github.com/mxe/mxe.git $MXEPATH
     cd $MXEPATH

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