Ethereal-dev: Re: [Ethereal-dev] Need help

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Buding Chen" <budingc@xxxxxxxxxxxx>
Date: Tue, 23 Jul 2002 08:52:55 +0800
    my steps are following (Win2000 professional & VC6):
1. Install WinPcap 2.3 Developer's pack, download from http://winpcap.polito.it/install/default.htm
2. Unzip GTK+/GLIB, download from http://www.ethereal.com/distribution/win32/development/gtk+-dev-20001226.zip
3. Unzip ZLIB, download from http://www.ethereal.com/distribution/win32/development/zlib-114-dev.zip
4. Setup Cygwin from http://sources.redhat.com/cygwin/setup.exe
5. Modify E:\code\Linux\ethereal-0.9.3.tar\ethereal-0.9.3\config.nmake.
 (1) GLIB_DIR=E:\code\Win32\gtk+-dev-20001226\src\glib
     GTK_DIR=E:\code\Win32\gtk+-dev-20001226\src\gtk+
     ZLIB_DIR=E:\code\Win32\zlib-114-dev\zlib-114
     PCAP_DIR=E:\code\Win32\winpcap
 (2) if you don't have Python, comment out the line that defines PYTHON.
 (3) PATH=D:\cygwin\bin;E:\code\Linux\ethereal-0.9.3.tar\ethereal-0.9.3\wiretap;$(PATH)
6. Remove E:\code\Linux\ethereal-0.9.3.tar\ethereal-0.9.3\glib.h to avoid overlaping with $GLIB_DIR\glib.h
 
7. Excute following commands:
 (1)cd E:\code\Linux\ethereal-0.9.3.tar\ethereal-0.9.3
 (2)cleanbld.bat
 (3)nmake -f makefile.nmake
 
9. Unzip reqired Dlls to E:\code\Linux\ethereal-0.9.3.tar\ethereal-0.9.3, download from http://www.ethereal.com/distribution/win32/old-versions/gtk-libs-20001226.zip
9. Copy $ZLIB_DIR\zlib.dll, E:\code\Linux\ethereal-0.9.3.tar\ethereal-0.9.3\wiretap\wiretap-0.0.dll to E:\code\Linux\ethereal-0.9.3.tar\ethereal-0.9.3
 
Now, It's time to excute ethereal.
Good Lock!
----- Original Message -----
Sent: Monday, July 22, 2002 5:06 PM
Subject: [Ethereal-dev] Need help

Hi,
     I am building ethereal on cygwin and targeting it to windows. can any one give steps for doing so or any pointers.
thanks in advanace.