# HG changeset patch # User Andre Heinecke # Date 1414491087 -3600 # Node ID dab626e44347a950a68b8fc530fd67577edd567a # Parent 1004f0dc1b49cc3a5e4593abc59cd87737feeaf3 (issue172) Document polarssl 1.3.9 usage diff -r 1004f0dc1b49 -r dab626e44347 INSTALL --- 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 \