id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
1282,Win32 Compilation and Installation HOWTO: Curl section,bartvde@…,nacional@cbs.umn.edu,"{{{
I have successfully built (finally) the latest curl on Windows. But it was quite
a process.

Previously I used curl-7.10.7, then the Mapserver makefile works without any
problems using in the lib subdirectory of curl:

nmake /f makefile.vc6 CFG=release

But to make it work with curl-7.13.1 I had to do the following:

nmake /f makefile.vc6 CFG=release-dll

Mapserver nmake.opt:
CURL_LIB = $(CURL_DIR)/lib/libcurl_imp.lib

instead of libcurl.lib

Now you need libcurl.dll next to Mapserver.
}}}",defect,closed,high,,Documentation - MapServer,4.4,normal,fixed,,
