Changes between Version 39 and Version 40 of CompileClient
- Timestamp:
- Apr 3, 2009, 8:45:25 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompileClient
v39 v40 165 165 166 166 167 '''zlib''' 167 ==== zlib ==== 168 168 169 169 In Visual C++ go File->Open->Project/Solution, navigate to c:\zlib\projects\visualc6\ and choose zlib.dsw … … 191 191 The output files will be in the c:\zlib\projects\visualc6\Win32_DLL_Release\ directory, you will need the zlib1.dll file. 192 192 193 194 '''Curl''' 193 ==== Curl ==== 195 194 196 195 In Visual C++ go File->Open->Project/Solution, navigate to c:\curl\ and choose vc6curl.dsw … … 220 219 221 220 222 '''OpenSSL''' 221 ==== OpenSSL ==== 223 222 224 223 Lots of command line prompt work here. First off, read c:\openssl\INSTALL.W32 (for Windows 32bit) or \INSTALL.W64 (for Windows 64bit). It'll be explained in there as well how to do this, but in a more rudimentary form.