Changes between Version 3 and Version 4 of BuildingWindowsDependencies


Ignore:
Timestamp:
Jun 11, 2017, 3:35:54 PM (7 years ago)
Author:
Itms
Comment:

Add enet

Legend:

Unmodified
Added
Removed
Modified
  • BuildingWindowsDependencies

    v3 v4  
    5555          * `libboost_filesystem-vc120-mt-gd-x_xx.lib`
    5656        * `minimal\boost` contains headers to copy into `libraries\win32\boost\include`
     57
     58== enet ==
     59* Download the latest source code from http://enet.bespin.org/Downloads.html.
     60* Follow the instructions at http://enet.bespin.org/Installation.html:
     61  * Open `enet.dsp` and upgrade the project.
     62  * In the project properties:
     63    * For all configurations, add `ws2_32.lib` and `winmm.lib` to the list of linked libraries.
     64    * For the Debug configuration, add the `d` suffix to the `Target name` so it becomes `$(ProjectName)d`.
     65  * Build the Debug and Release versions.
     66  * In the project properties, for all configurations, change the target type to a DLL. Add `ENET_DLL` to the list of preprocessor definitions.
     67  * Build the Debug and Release versions once more.
     68* Copy `Debug/enetd.lib` and `Release/enet.lib` to `libraries/win32/enet/lib/`
     69* Copy `Debug/enetd.dll` and `Release/enet.dll` to `binaries/system/`
     70* Copy `include/enet` to `libraries/win32/enet/include/`
    5771
    5872== gloox ==
     
    86100          * Copy the *.dll files to `binaries\system`, *.lib files to `libraries\win32\libcurl\lib`
    87101        * Copy the *.h files from `include\curl` to `libraries\win32\libcurl\include\curl`
    88 
    89102
    90103== libiconv ==