comparison INSTALL @ 823:b8bc812e41ee

(issue69) Update polarssl build documentation to 1.3.8
author Andre Heinecke <andre.heinecke@intevation.de>
date Mon, 21 Jul 2014 12:55:54 +0200
parents 2e954efcb3f1
children 8081ed84589d
comparison
equal deleted inserted replaced
822:71cdd4b2f038 823:b8bc812e41ee
46 cd ../../../linguist && \ 46 cd ../../../linguist && \
47 qmake && \ 47 qmake && \
48 nice make -j8 &&\ 48 nice make -j8 &&\
49 make install 49 make install
50 50
51 curl -O https://polarssl.org/download/polarssl-1.3.7-gpl.tgz 51 curl -O https://polarssl.org/download/polarssl-1.3.8-gpl.tgz
52 6beef0281160bf07fefefd6b412dd1ce4c39261cf5300835aef442253f0400e5 polarssl-1.3.7-gpl.tgz 52 318171db41335cacbb5b0047c94f1faf91442ab70a223b5223436703c9406ff1 polarssl-1.3.8-gpl.tgz
53 53
54 tar -xf polarssl-1.3.7-gpl.tgz 54 tar -xf polarssl-1.3.8-gpl.tgz
55 cd polarssl-1.3.7 55 cd polarssl-1.3.8
56 mkdir build 56 mkdir build
57 cd build 57 cd build
58 cmake .. -DCMAKE_C_FLAGS=-fpic -DCMAKE_INSTALL_PREFIX=$YOURPREFIX 58 cmake .. -DCMAKE_C_FLAGS=-fpic -DCMAKE_INSTALL_PREFIX=$YOURPREFIX
59 make && make test && make install 59 make && make test && make install
60 60

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