Mercurial > trustbridge
comparison INSTALL @ 960:64c0e15935c8
Just add the sha256sum instead of gpg verify to avoid trust issues.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Thu, 28 Aug 2014 10:44:08 +0200 |
parents | 3b736de02df3 |
children | d3258a6faedd |
comparison
equal
deleted
inserted
replaced
959:385ffd7e40a0 | 960:64c0e15935c8 |
---|---|
60 cd build | 60 cd build |
61 cmake .. -DCMAKE_C_FLAGS=-fpic -DCMAKE_INSTALL_PREFIX=$YOURPREFIX | 61 cmake .. -DCMAKE_C_FLAGS=-fpic -DCMAKE_INSTALL_PREFIX=$YOURPREFIX |
62 make && make test && make install | 62 make && make test && make install |
63 | 63 |
64 Libcurl: | 64 Libcurl: |
65 wget http://curl.haxx.se/download/curl-7.37.1.tar.{gz,gz.asc} | 65 wget http://curl.haxx.se/download/curl-7.37.1.tar.gz |
66 gpg2 --verify curl-7.37.1.tar.gz.asc | 66 a32492a38c10a097344892f5fd2041e54698cb909696852311b1161e4aa979f3 curl-7.37.1.tar.gz |
67 | |
67 tar -xf curl-7.37.1.tar.gz | 68 tar -xf curl-7.37.1.tar.gz |
68 cd curl-7.37.1/ | 69 cd curl-7.37.1/ |
69 | 70 |
70 ./configure --prefix=$YOURPREFIX \ | 71 ./configure --prefix=$YOURPREFIX \ |
71 --without-nghttp2 --without-libidn --without-winidn --without-libssh2 \ | 72 --without-nghttp2 --without-libidn --without-winidn --without-libssh2 \ |