Changes between Version 87 and Version 88 of BuildingUsingGenericBuildsystem


Ignore:
Timestamp:
10/19/18 11:58:30 (6 years ago)
Author:
rozmansi
Comment:

styling sync

Legend:

Unmodified
Added
Removed
Modified
  • BuildingUsingGenericBuildsystem

    v87 v88  
    6666
    6767=== Building your own fork of OpenVPN hosted at GitHub ===
    68 1. Sources in tarballs downloaded from GitHub are packed inside {{{openvpn-<branch>/}}} subfolder, while the build process expects them inside {{{openvpn-<version>/}}}. Therefore, set the {{{OPENVPN_VERSION}}} to the branch name, replacing {{{"/"}}} with {{{"-"}}} (e.g. {{{"master"}}}, {{{"feature-msi"}}} etc.).
    69 2. The build process expects the downloaded tarball to be named {{{"openvpn-<numeric version>.tar.gz"}}}; GitHub delivers {{{"<branch>.tar.gz"}}}. Set the {{{OPENVPN_URL}}} to {{{"https://github.com/<username>/openvpn/archive/<branch>.tar.gz/openvpn-2.6_git.tar.gz"}}}. The extra trailing {{{"/openvpn-2.6_git.tar.gz"}}} makes the downloaded tarball named reasonable to the build process: it begins with {{{"openvpn"}}} and it contains a version in the form of {{{/-[0-9].*/}}}.
     681. Sources in tarballs downloaded from GitHub are packed inside ''openvpn-<branch>'' subfolder, while the build process expects them inside ''openvpn-<version>''. Therefore, set the ''OPENVPN_VERSION'' to the branch name, replacing ''"/"'' with ''"-"'' (e.g. ''"master"'', ''"feature-msi"'' etc.).
     692. The build process expects the downloaded tarball to be named ''openvpn-<numeric version>.tar.gz''; GitHub delivers ''<branch>.tar.gz''. Set the ''OPENVPN_URL'' to ''"!https://github.com/<username>/openvpn/archive/<branch>.tar.gz/openvpn-2.6_git.tar.gz"''. The extra trailing ''/openvpn-2.6_git.tar.gz'' makes the downloaded tarball named reasonable to the build process: it begins with ''openvpn'' and it contains a version in the form of ''-![0-9].*''.
    7070
    7171== Building OpenVPN and it's dependencies ==