1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

updated with the new configure option usage

This commit is contained in:
Daniel Stenberg 2003-12-10 14:16:56 +00:00
parent 9825d81973
commit 9bc97b2d3c

View File

@ -31,12 +31,21 @@ Build ares
3. ./configure
4. make
Build libcurl to use ares
=========================
Build libcurl to use ares in the curl source tree
=================================================
1. name the ares source directory 'ares' in the curl source directory
2. ./configure --enable-ares
3. make
Build libcurl to use an installed ares
======================================
1. ./configure --enable-ares=/path/to/ares/install
2. make
Ares and ipv6
=============
If the configure script enables IPv6 support you need to explicitly disable
that (--disable-ipv6) since ares isn't IPv6 compatible (yet).