diff INSTALL @ 1142:148014db2f3b static-libc

(issue126) Commit WIP on static linking libc
author Andre Heinecke <andre.heinecke@intevation.de>
date Thu, 18 Sep 2014 10:29:38 +0200
parents 3c67e32b5d4a
children
line wrap: on
line diff
--- a/INSTALL	Wed Sep 17 16:23:33 2014 +0200
+++ b/INSTALL	Thu Sep 18 10:29:38 2014 +0200
@@ -12,6 +12,8 @@
 ( qtbase/src/plugins/platforms/xcb/README ).
 Polarssl needs cmake and build-essentials.
 
+The following documentation uses the variable YOURPREFIX as placeholder for your environment prefix
+
     export YOURPREFIX=<Prefix of your choice (default /usr)>
     export PATH=$YOURPREFIX/bin:$PATH
 
@@ -90,6 +92,7 @@
     --without-zlib
     make && make install
 
+
 To compile the software you can use plain cmake. An out of source build is
 highly suggested. For build options see CMakeList.txt
 
@@ -99,7 +102,6 @@
     cd build-linux
     cmake .. -DCMAKE_PREFIX_PATH=$YOURPREFIX
 
-
 I386
 ====
 Install dependencies (list might be incomplete)

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