changeset 1342:dab626e44347

(issue172) Document polarssl 1.3.9 usage
author Andre Heinecke <andre.heinecke@intevation.de>
date Tue, 28 Oct 2014 11:11:27 +0100
parents 1004f0dc1b49
children 0971c7214e79
files INSTALL
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/INSTALL	Mon Oct 27 16:28:41 2014 +0100
+++ b/INSTALL	Tue Oct 28 11:11:27 2014 +0100
@@ -58,12 +58,12 @@
 
 Polarssl is required for TrustBridge:
 
-    curl -O https://polarssl.org/download/polarssl-1.3.8-gpl.tgz
-    sha256sum polarssl-1.3.8-gpl.tgz
-    318171db41335cacbb5b0047c94f1faf91442ab70a223b5223436703c9406ff1 polarssl-1.3.8-gpl.tgz
+    curl -O https://polarssl.org/download/polarssl-1.3.9-gpl.tgz
+    sha256sum polarssl-1.3.9-gpl.tgz
+    d3605afc28ed4b7d1d9e3142d72e42855e4a23c07c951bbb0299556b02d36755 polarssl-1.3.9-gpl.tgz
 
-    tar -xf polarssl-1.3.8-gpl.tgz
-    cd polarssl-1.3.8
+    tar -xf polarssl-1.3.9-gpl.tgz
+    cd polarssl-1.3.9
     mkdir build
     cd build
     cmake .. -DCMAKE_C_FLAGS=-fpic -DCMAKE_INSTALL_PREFIX=$YOURPREFIX
@@ -177,7 +177,7 @@
 
 Switch back to the polarssl directory:
 
-    cd ../../../polarssl-1.3.8/
+    cd ../../../polarssl-1.3.9/
     mkdir build-i386
     cd build-i386
     cmake .. -DCMAKE_C_FLAGS="-fpic -m32" -DCMAKE_INSTALL_PREFIX=$YOURPREFIX/i386 \

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