[Kst] branches/work/kst/portto4/kst

Mike Fenton mike at staikos.net
Tue Jul 21 16:33:34 CEST 2009


SVN commit 1000539 by fenton:

Add new install-kst script.
Update installation documentation.


 M  +11 -1     INSTALL  
 M  +1 -1      build-kst  
 AM            install-kst  


--- branches/work/kst/portto4/kst/INSTALL #1000538:1000539
@@ -13,10 +13,20 @@
 ie.  ./build-kst debug
 To configure the output directory, set OUTPUT_DIR or include it after the command line argument for debug.
 ie.  ./build-kst release /home/kst
+Default Build mode is release
 
-To enable make install support, set INSTALL_PREFIX and INSTALL_LIBDIR to control the location.  Defaults to /usr and lib.
+How To Build and Install:
 
+1. Follow Steps 1 - 3 for building.
+2. Setup install locations by exporting
+    INSTALL_PREFIX - Installation location - Defaults to '/usr'
+    INSTALL_LIBDIR - Library Installation Directory name - Defaults to 'lib'
+3. ./install-kst
 
+Note:  It is recommended that all installable builds be release as release mode does not set the RPATH directories which
+in a distribution system could result in a security hole.
+Note: install-kst supports the same command line parameters as build-kst.
+
 Mac OS
 
 Notes:
--- branches/work/kst/portto4/kst/build-kst #1000538:1000539
@@ -12,7 +12,7 @@
   echo "Building in Debug mode"
   export KST_DEBUG_MODE=1
 else
-  echo "Build in Release mode"
+  echo "Building in Release mode"
   export KST_DEBUG_MODE=0
 fi
 
** branches/work/kst/portto4/kst/install-kst #property svn:executable
   + *


More information about the Kst mailing list