curl-library
Re: A tutorial on how to compile libcurl on Windows with MinGW.
Date: Sat, 04 Aug 2007 18:43:41 +0300
Guenter Knauf wrote:
> Peteris,
>
>> I put it on my todo list, I will have the patch in the next few days!
>>
> please check for CVS, or at least tomorrow's daily snapshot;
> I believe I've fixed most of the issues, + updated few lines in INSTALL.
>
Hi, I checked out the latest version and looked at the changes. All the
changes seem to be ok except the INSTALL.
MinGW no longer seems to provide a batch script for setting the
environment, so you have to make sure yourself the
mingw32-make is in PATH.
Attached a patch for INSTALL documentation.
Sincerely,
Peteris Krumins
--- INSTALL 3 Aug 2007 11:46:00 -0000 1.77
+++ INSTALL 4 Aug 2007 15:37:30 -0000
@@ -173,8 +173,9 @@
MingW32
-------
- Run the 'mingw32.bat' file to get the proper environment variables set,
- then run 'mingw32-make mingw32' in the root dir. There are other make
+ MinGW32 does not provide a batch script to set environment variables
+ automatically. Make sure that MinGW32's bin dir is in PATH and then
+ run 'mingw32-make mingw32' in the root dir. There are other make
targets available to build libcurl with more features, use:
'mingw32-make mingw32-zlib' to build with Zlib support;
'mingw32-make mingw32-ssl-zlib' to build with SSL and Zlib enabled;
Received on 2007-08-04