Ticket #1282 (closed defect: fixed)
Win32 Compilation and Installation HOWTO: Curl section
| Reported by: | bartvde@… | Owned by: | nacional@… |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | Documentation - MapServer | Version: | 4.4 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
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.
Change History
Note: See
TracTickets for help on using
tickets.
