diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-08-06 13:22:29 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-08-06 13:22:29 +0000 |
commit | 256b9f31e1f6bca638956259b28768fb48aabc40 (patch) | |
tree | 928e71cdc3b91745be75642f7258feee58024894 | |
parent | a3037e1173903377f8cac892a70a5781b540091a (diff) |
more fix
-rw-r--r-- | lib/README.ares | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/README.ares b/lib/README.ares index 058e87fe0..c44d6a85d 100644 --- a/lib/README.ares +++ b/lib/README.ares @@ -23,11 +23,13 @@ Mac OS X quirk: Build ares ========== -1. ./configure -2. make +1. unpack the ares-1.1.1 archive +2. apply patch (if you're on Mac OS X or windows) +3. ./configure +4. make -Build -===== +Build libcurl to use ares +========================= 1. Move the ares source/build tree to subdirectory in the curl root named 'ares'. |