Changes between Initial Version and Version 1 of GettingTapWindows


Ignore:
Timestamp:
06/29/12 09:25:08 (12 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GettingTapWindows

    v1 v1  
     1[[TOC(inline, depth=1)]]
     2
     3= Introduction =
     4
     5OpenVPN [wiki:ChangesInOpenvpn23 was split] into several subprojects between 2.3-alpha1 -> 2.3-alpha2 releases. Tap-windows was one of these subprojects.
     6
     7= Fetching easy-rsa using Git =
     8
     9Tap-windows Git repos are available on [https://github.com/OpenVPN/tap-windows GitHub] and on [http://sourceforge.net/scm/?type=git&group_id=48978 SourceForge.net]. To fetch the sources, use
     10
     11{{{
     12$ git clone https://github.com/OpenVPN/tap-windows.git
     13}}}
     14
     15or
     16
     17{{{
     18$ git clone git://openvpn.git.sourceforge.net/gitroot/openvpn/tap-windows.git
     19}}}
     20
     21= Getting tap-windows releases =
     22
     23All tap-windows releases are available in a number of places:
     24
     25 * !http://swupdate.openvpn.net/community/releases/tap-windows-<version>.exe
     26 * !http://swupdate.openvpn.net/community/releases/tap-windows-<version>.zip
     27 * http://build.openvpn.net/downloads/releases (browseable)
     28 * [https://github.com/OpenVPN/tap-windows/downloads GitHub downloads page]