aboutsummaryrefslogtreecommitdiff
path: root/lib/README.ares
diff options
context:
space:
mode:
Diffstat (limited to 'lib/README.ares')
-rw-r--r--lib/README.ares10
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/README.ares b/lib/README.ares
index cf6a1206a..48d9cc29e 100644
--- a/lib/README.ares
+++ b/lib/README.ares
@@ -1,4 +1,3 @@
-$Id$
_ _ ____ _
___| | | | _ \| |
/ __| | | | |_) | |
@@ -28,10 +27,13 @@ Build c-ares
Build libcurl to use c-ares in the curl source tree
===================================================
-1. name the c-ares source directory 'ares' in the curl source directory
- (if you have checked out the curl sources from CVS, you will already have
- c-ares in a directory named ares).
+1. name or symlink the c-ares source directory 'ares' in the curl source
+ directory
2. ./configure --enable-ares
+
+ Optionally, you can point out the c-ares install tree root with the the
+ --enable-ares option.
+
3. make
Build libcurl to use an installed c-ares