Changes between Version 22 and Version 23 of TesterDocumentation


Ignore:
Timestamp:
01/19/12 14:03:29 (12 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TesterDocumentation

    v22 v23  
    1111 * [ftp://ftp.secure-computing.net/pub/FreeBSD/ports/openvpn-devel/ FreeBSD openvpn-devel port] ([ftp://ftp2.secure-computing.net/pub/FreeBSD/ports/openvpn-devel/ Backup])
    1212
    13 Source snapshots / ports can be extracted as follows:
    14 
    15  {{{
    16  gzip -dc openvpn-<something>.tar.gz | tar xvf -
    17  cd openvpn-<something>/
    18  }}}
     13Note that all of these snapshots are either ''entirely untested'' or tested only very briefly. So no guarantees of their proper operation is given. That said, most of the time they probably work just fine.
    1914
    2015== Fetching sources using git ==
     
    2419== Building ==
    2520
    26 First prepare for building, if you're using sources from Git:
     21If you're using source snapshots / ports you can extract them like this:
     22
     23 {{{
     24 gzip -dc openvpn-<something>.tar.gz | tar xvf -
     25 cd openvpn-<something>/
     26 }}}
     27
     28With Git you can skip this step. Next prepare for building (not required for stable releases):
    2729 
    2830 {{{