Changes between Version 39 and Version 40 of CompileClient


Ignore:
Timestamp:
Apr 3, 2009, 8:45:25 AM (15 years ago)
Author:
Nicolas
Comment:

Put library names in real headings

Legend:

Unmodified
Added
Removed
Modified
  • CompileClient

    v39 v40  
    165165
    166166
    167 '''zlib'''
     167==== zlib ====
    168168
    169169In Visual C++ go File->Open->Project/Solution, navigate to c:\zlib\projects\visualc6\ and choose zlib.dsw
     
    191191The output files will be in the c:\zlib\projects\visualc6\Win32_DLL_Release\ directory, you will need the zlib1.dll file.
    192192
    193 
    194 '''Curl'''
     193==== Curl ====
    195194
    196195In Visual C++ go File->Open->Project/Solution, navigate to c:\curl\ and choose vc6curl.dsw
     
    220219
    221220
    222 '''OpenSSL'''
     221==== OpenSSL ====
    223222
    224223Lots 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.