summaryrefslogtreecommitdiff
path: root/CVS-INFO
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-02-26 16:23:28 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-02-26 16:23:28 +0000
commit4515d06465da15340c56d5b4f14ab4950fd59baa (patch)
treeede4a04b2ee9145fa76a0b55f813570190065fea /CVS-INFO
parentb6a4ca9bc82c4dbf4f3abaa6ff63bb832fa1bd03 (diff)
downloadcurl-4515d06465da15340c56d5b4f14ab4950fd59baa.tar.gz
David Byron's fixes to make the latest curl build fine under MSVC 6.
Diffstat (limited to 'CVS-INFO')
-rw-r--r--CVS-INFO10
1 files changed, 8 insertions, 2 deletions
diff --git a/CVS-INFO b/CVS-INFO
index 985b32c64..d004807fe 100644
--- a/CVS-INFO
+++ b/CVS-INFO
@@ -25,7 +25,8 @@ Compile and build instructions follow below.
perl/ is a subdirectory with various perl scripts
-To build after having extracted everything from CVS, do this:
+To build in environments that support configure, after having extracted
+everything from CVS, do this:
./buildconf
./configure
@@ -35,10 +36,15 @@ make
./configure --disable-shared --enable-debug --enable-maintainer-mode
+In environments that don't support configure (i.e. Microsoft), do this:
+
+buildconf.bat
+
REQUIREMENTS
- You need the following software installed:
+ For buildconf (not buildconf.bat) to work, you need the following software
+installed:
o autoconf 2.57 (or later)
o automake 1.7 (or later)