Changes between Version 121 and Version 122 of BuildingOnWindows


Ignore:
Timestamp:
12/23/22 08:26:03 (17 months ago)
Author:
stipa
Comment:

Bump VS version to 2022 and remove dependencies building part (handled by VS)

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnWindows

    v121 v122  
    11= Prerequisites =
    22
    3  * Visual Studio 2019 or Build Tools for Visual Studio
     3 * Visual Studio 2022 or Build Tools for Visual Studio
    44 * git
    55
     
    2121}}}
    2222
    23  * Install dependencies
    24 {{{
    25 C:\Temp\vcpkg>vcpkg --overlay-ports=c:\Temp\openvpn\contrib\vcpkg-ports
    26                     --overlay-triplets=c:\Temp\openvpn\contrib\vcpkg-triplets
    27                     --triplet=x64-windows-ovpn
    28                     install openssl3 lz4 lzo pkcs11-helper tap-windows6
    29 }}}
    30 
    3123 * Build openvpn
    3224
    33 Now you could just open solution file {{{ openvpn.sln}}}  in Visual Studio and build from there, or build from VS Developer Command Prompt:
     25Now you could just open solution file {{{ openvpn.sln}}} in Visual Studio and build from there, or build from VS Developer Command Prompt:
    3426
    3527{{{