cURL / Mailing Lists / curl-library / Single Mail

curl-library

Fix installation instructions to include running ./buildconf

From: Jason Glasgow <jglasgow_at_google.com>
Date: Sat, 5 Nov 2011 21:29:34 -0400

I think the curl INSTALL documentation is incorrect. Below is a patch
to fix it.
-Jason

diff --git a/docs/INSTALL b/docs/INSTALL
index e0134e8..eec8d7f 100644
--- a/docs/INSTALL
+++ b/docs/INSTALL
@@ -22,10 +22,11 @@ Building from git

 UNIX
 ====
- A normal unix installation is made in three or four steps (after you've
+ A normal unix installation is made in four or five steps (after you've
    unpacked the source archive):

- ./configure
+ ./buildconf
+ ./configure
         make
         make test (optional)
         make install
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2011-11-06