Mercurial > trustbridge
comparison INSTALL @ 948:3baee3445502
Use curl without-zlib support
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Wed, 27 Aug 2014 10:40:06 +0200 |
parents | 7ac5a366184d |
children | 0abacb0fd564 |
comparison
equal
deleted
inserted
replaced
947:dbf5ea18cb20 | 948:3baee3445502 |
---|---|
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-proxy --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 | 79 |
79 To compile the software you can use plain cmake. An out of source build is | 80 To compile the software you can use plain cmake. An out of source build is |
80 highly suggested. For build options see CMakeList.txt | 81 highly suggested. For build options see CMakeList.txt |
81 | 82 |
82 hg clone https://wald.intevation.org/hg/trustbridge/ | 83 hg clone https://wald.intevation.org/hg/trustbridge/ |