Changeset 1940 for trunk/docs/Win32Readme.txt
- Timestamp:
- 11/15/07 09:31:08 (14 months ago)
- Files:
-
- 1 modified
-
trunk/docs/Win32Readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/Win32Readme.txt
r1834 r1940 2 2 This document attempts to explain how to get tcpreplay compiled and running 3 3 under Windows. Please note that this document is a work in progress and 4 Windows support in general considered BETAright now.4 Windows support in general considered EXPERIMENTAL right now. 5 5 6 6 … … 8 8 9 9 Tcpreplay is not a native Win32 application right now. Hence it requires 10 theCygwin. (http://www.cygwin.com). Cygwin creates a Linux-like environment10 Cygwin. (http://www.cygwin.com). Cygwin creates a Linux-like environment 11 11 on your Windows system which allows Linux/UNIX programs to run after a 12 12 recompile. … … 29 29 - GCC compiler and system header files 30 30 - WinPcap 4.0 DLL 31 - WinPcap 4.0 Developer Pack (headers, etc)31 - WinPcap 4.0 Developer Pack aka WpdPack (headers, etc) 32 32 33 33 Additional requirements if building from SVN: … … 35 35 - GNU Autogen 36 36 37 ******************************* IMPORTANT ****************************** 38 Note: People have reported problems with WpdPack (the developer pack for 39 Winpcap) being installed outside of the Cygwin root directory. Hence, I 40 strongly recommend you install WpdPack under the Cygwin root. 41 ******************************* IMPORTANT ****************************** 37 42 38 43 Directions: … … 43 48 - If you checked out the code from SVN, run the autogen.sh bootstrapper: 44 49 ./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. 45 55 46 56 - Configure tcpreplay:
