Mercurial > trustbridge
comparison INSTALL @ 953:f2066a24047d
Update build doc for curl. Do not disable proxy.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Wed, 27 Aug 2014 16:29:16 +0200 |
parents | 0abacb0fd564 |
children | 3b736de02df3 |
comparison
equal
deleted
inserted
replaced
952:e33a061977c8 | 953:f2066a24047d |
---|---|
70 ./configure --prefix=$YOURPREFIX \ | 70 ./configure --prefix=$YOURPREFIX \ |
71 --without-nghttp2 --without-libidn --without-winidn --without-libssh2 \ | 71 --without-nghttp2 --without-libidn --without-winidn --without-libssh2 \ |
72 --without-librtmp --without-libmetalink --without-axtls --without-nss \ | 72 --without-librtmp --without-libmetalink --without-axtls --without-nss \ |
73 --without-cyassl --without-ssl --without-gnutls --disable-gopher --disable-smtp \ | 73 --without-cyassl --without-ssl --without-gnutls --disable-gopher --disable-smtp \ |
74 --disable-imap --disable-pop3 --disable-tftp --disable-telnet --disable-dict \ | 74 --disable-imap --disable-pop3 --disable-tftp --disable-telnet --disable-dict \ |
75 --disable-proxy --disable-rtsp --disable-ldaps --disable-ldap --disable-file \ | 75 --disable-rtsp --disable-ldaps --disable-ldap --disable-file \ |
76 --disable-ftp --enable-http --enable-shared=no -enable-static=yes \ | 76 --disable-ftp --enable-http --enable-shared=no -enable-static=yes \ |
77 --with-polarssl=$YOURPREFIX --without-ca-bundle --without-ca-path \ | 77 --with-polarssl=$YOURPREFIX --without-ca-bundle --without-ca-path \ |
78 --without-zlib | 78 --without-zlib |
79 make && make install | |
79 | 80 |
80 To compile the software you can use plain cmake. An out of source build is | 81 To compile the software you can use plain cmake. An out of source build is |
81 highly suggested. For build options see CMakeList.txt | 82 highly suggested. For build options see CMakeList.txt |
82 | 83 |
83 hg clone https://wald.intevation.org/hg/trustbridge/ | 84 hg clone https://wald.intevation.org/hg/trustbridge/ |