Changes between Version 16 and Version 17 of TesterDocumentation


Ignore:
Timestamp:
09/26/11 07:39:06 (13 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TesterDocumentation

    v16 v17  
    2424== Building ==
    2525
    26 First prepare for building:
     26First prepare for building, if you're using sources from Git:
    2727 
    2828 {{{
     
    3030 }}}
    3131
    32 When testing this version of OpenVPN, we would appreciate if all deprecated features would be disabled by default.  We want to know how OpenVPN behaves for you without these features. When doing the compile-time configuration of OpenVPN, please make sure the following arguments are included:
    33 
    34  * --disable-depr-random-resolv
    35 
    36 Example:
     32Next configure (see ''./configure --help'' for available build-time options):
    3733
    3834 {{{
    3935 ./configure
     36 }}}
     37
     38Finally compile:
     39
     40 {{{
    4041 make [-j <num CPU cores + 1>]
    4142 }}}