Changes between Version 4 and Version 5 of TesterDocumentation


Ignore:
Timestamp:
09/09/10 12:22:30 (14 years ago)
Author:
Samuli Seppänen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TesterDocumentation

    v4 v5  
    1818== Fetching sources using git ==
    1919
    20  * If you have not cloned the git repository:
     20Second option is to fetch sources using Git. This method is preferred, as it allows you to easily keep using the latest code. If you have not cloned the git repository you need to do this:
    2121
    2222 {{{
     
    2626 }}}
    2727
    28  * If you already have git repository clone:
     28If you already have git repository clone:
    2929
    3030 {{{
     
    3636== Building ==
    3737
    38  * Prepare for building:
     38First prepare for building:
    3939 
    4040 {{{
     
    4242 }}}
    4343
    44 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.
    45 
    46 When doing the compile-time configuration of OpenVPN, please make sure the following arguments are included:
     44When 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:
    4745
    4846 * --disable-depr-random-resolv
     
    5553 }}}
    5654
    57 When testing this version, please give us a report to '''**TBD**'''.  This report should also include the output of:
     55Once you've ran ''make'', you can install OpenVPN using
    5856
    59  {{{
    60  openvpn --version
    61  }}}
    62 
    63 in addition to the ./configure line use used for the compilation and all the configuration files you used.  We would like to have both success and fail reports.
     57{{{
     58make install
     59}}}
    6460
    6561= Debugging =
     
    106102$ openvpn --version
    107103}}}
     104
     105Please note that we would like to have both ''success'' and ''failure reports''.
     106