diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-02-26 16:23:28 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-02-26 16:23:28 +0000 |
commit | 4515d06465da15340c56d5b4f14ab4950fd59baa (patch) | |
tree | ede4a04b2ee9145fa76a0b55f813570190065fea /CVS-INFO | |
parent | b6a4ca9bc82c4dbf4f3abaa6ff63bb832fa1bd03 (diff) |
David Byron's fixes to make the latest curl build fine under MSVC 6.
Diffstat (limited to 'CVS-INFO')
-rw-r--r-- | CVS-INFO | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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) |