From 4515d06465da15340c56d5b4f14ab4950fd59baa Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 26 Feb 2004 16:23:28 +0000 Subject: David Byron's fixes to make the latest curl build fine under MSVC 6. --- CVS-INFO | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'CVS-INFO') 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) -- cgit v1.2.3