Changes between Version 19 and Version 20 of Getting-Started/Windows


Ignore:
Timestamp:
Jun 19, 2010 4:17:16 PM (14 years ago)
Author:
ismangil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/Windows

    v19 v20  
    2626In addition, the following SDK's are needed: 
    2727 
    28     * Platform SDK (tested with Platform SDK for Windows Server 2003 SP1). 
    29     * DirectX SDK (tested with DirectX version 8 and 9). After installing DirectX, add the paths to the include files and the library to Visual Studio. 
    30     * OpenSSL development kit (optional) is needed if TLS support is wanted. Learn more: [wiki:Getting-Started/Installing-OpenSSL-Windows Installing OpenSSL Libraries on Windows]. 
     28    * Essential: DirectX SDK (tested with DirectX version 8 and 9). After installing DirectX, add the paths to the include files and the library to Visual Studio. 
     29    * Optional if not using Visual Studio 2008: Platform SDK (tested with Platform SDK for Windows Server 2003 SP1). 
     30    * Optional: OpenSSL development kit is needed if TLS support is wanted. Learn more: [wiki:Getting-Started/Installing-OpenSSL-Windows Installing OpenSSL Libraries on Windows]. 
    3131 
    3232  Note: The new Platform SDK is still needed for Visual Studio 6, although VS6 comes with its own Platform SDK. The new Platform SDK is needed for Iphlpapi.[h|lib] for the new PJNATH library. 
     
    3737    * Windows 95/98 should work too, but this has not been tested, 
    3838    * Sufficient amount of RAM for the build process. 
    39  
    4039 
    4140== Building the Projects ==