Changeset 1782 for trunk/docs/Win32Readme.txt
- Timestamp:
- 04/01/07 21:21:30 (22 months ago)
- Files:
-
- 1 modified
-
trunk/docs/Win32Readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/Win32Readme.txt
r1762 r1782 1 $Id :$1 $Id$ 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 … … 8 8 9 9 Tcpreplay is not a native Win32 application right now. Hence it requires 10 the Cygwin. (http://www.cygwin.com). Cygwin creates a Linux-like on your 11 Windows system which allows Linux/UNIX programs to run after a recompile. 10 the Cygwin. (http://www.cygwin.com). Cygwin creates a Linux-like environment 11 on your Windows system which allows Linux/UNIX programs to run after a 12 recompile. 12 13 13 14 Tcpreplay supports numerous API's for sending packets depending on the … … 57 58 make test 58 59 59 Note: currently, the tcprewrite tests are broken due to how the test60 harness is configured. Hence, errors should be expected.61 62 60 - Install: 63 61 make install
