curl-library
Re: Build with only HTTP
From: Andres Garcia <fandom_at_telefonica.net>
Date: Sat, 21 Oct 2006 00:11:20 +0200
Date: Sat, 21 Oct 2006 00:11:20 +0200
Hi,
> I am trying to build the libcurl with only http protocol support, is
> there a simple way to enable only http and disable others on ./configure
> prompt?
./configure --disable-ftp --disable-file --disable-ldap --disable-dict
--disable-telnet --disable-tftp --disable-manual
You can get all the options by doing:
./configure --help
Andres
Received on 2006-10-21