Show
Ignore:
Timestamp:
11/15/07 09:31:08 (14 months ago)
Author:
aturner
Message:

fixes #280

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/docs/Win32Readme.txt

    r1834 r1940  
    22This document attempts to explain how to get tcpreplay compiled and running 
    33under Windows.  Please note that this document is a work in progress and 
    4 Windows support in general considered BETA right now. 
     4Windows support in general considered EXPERIMENTAL right now. 
    55 
    66 
     
    88 
    99Tcpreplay is not a native Win32 application right now.  Hence it requires 
    10 the Cygwin. (http://www.cygwin.com).  Cygwin creates a Linux-like environment 
     10Cygwin. (http://www.cygwin.com).  Cygwin creates a Linux-like environment 
    1111on your Windows system which allows Linux/UNIX programs to run after a 
    1212recompile. 
     
    2929- GCC compiler and system header files 
    3030- WinPcap 4.0 DLL 
    31 - WinPcap 4.0 Developer Pack (headers, etc) 
     31- WinPcap 4.0 Developer Pack aka WpdPack (headers, etc) 
    3232 
    3333Additional requirements if building from SVN: 
     
    3535- GNU Autogen 
    3636 
     37******************************* IMPORTANT ****************************** 
     38Note: People have reported problems with WpdPack (the developer pack for 
     39Winpcap) being installed outside of the Cygwin root directory.  Hence, I 
     40strongly recommend you install WpdPack under the Cygwin root. 
     41******************************* IMPORTANT ****************************** 
    3742 
    3843Directions: 
     
    4348- If you checked out the code from SVN, run the autogen.sh bootstrapper: 
    4449        ./autogen.sh 
     50 
     51    NOTE: I have a lot of problems building tcpreplay from SVN.  There's some 
     52    weird issue with Autogen and files which creates phantom files on the file 
     53    system and creates all kinds of problems.  Hence, I *HIGHLY* recommend you 
     54    grab a release tarball from the download page. 
    4555 
    4656- Configure tcpreplay: