Show
Ignore:
Timestamp:
04/21/07 18:42:04 (21 months ago)
Author:
aturner
Message:

update win32 docs. refs #164

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/docs/Win32Readme.txt

    r1782 r1834  
    2727 
    2828- Cygwin environment 
    29 - GNU build chain tools (Autoconf, Automake, Autoheader) 
    30 - GNU Autogen 
    3129- GCC compiler and system header files 
    3230- WinPcap 4.0 DLL 
    3331- WinPcap 4.0 Developer Pack (headers, etc) 
     32 
     33Additional requirements if building from SVN: 
     34- GNU build chain tools (Autoconf, Automake, Autoheader) 
     35- GNU Autogen 
     36 
    3437 
    3538Directions: 
     
    3841- Enter into the Cygwin environment by clicking on the Cygwin icon 
    3942 
    40 - Checkout the latest tcpreplay source code from the trunk branch: 
    41         svn co https://www.synfin.net/svn/tcpreplay/trunk tcpreplay 
    42  
    43 - Run the autogen.sh bootstrapper: 
    44         cd tcpreplay 
     43- If you checked out the code from SVN, run the autogen.sh bootstrapper: 
    4544        ./autogen.sh 
    4645 
     
    5554        make 
    5655         
    57 - Test: 
    58         make test 
    59          
    6056- Install: 
    6157        make install