Changes between Version 113 and Version 114 of BuildingOnWindows


Ignore:
Timestamp:
08/11/11 19:42:40 (13 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnWindows

    v113 v114  
    2929 * [http://www.mingw.org/ MinGW]: C compiler and developer toolkit. Both are included in the standard MinGW installation executable. Note that MinGW buildsystem includes ''nasm'' and ''Perl'' by default.
    3030 * [http://dcssrv1.oit.uci.edu/indiv/ehood/man2html.html Man2html] is required to build ''pkcs11-helper'' using ''MinGW''. Make sure the first line in ''man2html'' file is ''#!/bin/perl'' and copy it to /bin.
    31 
    32 
    3331
    3432= Building OpenSSL =
     
    239237Watch what error it gives, fix and retry. Repeat until everything builds properly.
    240238
    241 == Extracting signed TAP-drivers from an OpenVPN installer ==
    242 
    243 Please take a look [wiki:ManagingWindowsTAPDrivers here].
     239== Using signed TAP-drivers from an OpenVPN installer ==
     240
     241First [wiki:ManagingWindowsTAPDrivers extract TAP-drivers] from an OpenVPN installer. Then do the following:
     242
     243 * Place 32-bit signed TAP drivers and corresponding ''tapinstall.exe'' to ''<openvpn-build-root>\tap-prebuilt\i386''
     244 * Place 64-bit versions to ''<openvpn-build-root>\tap-prebuilt\amd64''
    244245
    245246== Packaging OpenVPN ==