Changes between Version 112 and Version 113 of BuildingOnWindows


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

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnWindows

    v112 v113  
    239239Watch what error it gives, fix and retry. Repeat until everything builds properly.
    240240
    241 
    242241== Extracting signed TAP-drivers from an OpenVPN installer ==
    243242
    244 If you need to run OpenVPN on Windows Vista/7 64-bit you have to use signed TAP drivers. Unless you sign them yourself, you need to do two extra steps:
    245 
    246  * Extract the TAP-drivers (*.cat, *.sys, *.inf) and ''tapinstall.exe'' from an official OpenVPN installer using [http://www.7-zip.org/ 7-zip]. The 64-bit versions are larger in size.
    247  * Place 32-bit signed TAP drivers and corresponding ''tapinstall.exe'' to ''<openvpn-build-root>\tap-prebuilt\i386''
    248  * Place 64-bit versions to ''<openvpn-build-root>\tap-prebuilt\amd64''
    249 
    250 '''MinGW buildsystem'''
     243Please take a look [wiki:ManagingWindowsTAPDrivers here].
    251244
    252245== Packaging OpenVPN ==