工作纪要之编译Ethereal On Windows 步骤

整理日期: 2007年3月24日

编译Ethereal On Windows 步骤:
第一步: 看以下说明
—>http://blog.csdn.net/bigwhite20xx/archive/2006/12/30/1469887.aspx

第二步: 安装Cygwin环境(完全安装)
—>如果没有完全安装,则到http://mirrors.xmission.com/cygwin/release/下载相关工具
—>unzip-5.52-2.tar.bz2
—>bison-2.3-1.tar.bz2
—>flex-2.5.4a-3.tar.bz2
—>wget-1.10.2-2.tar.bz2

第三步: 配置环境变量

第四步: 在cmd.exe下执行nmake -f makefile.nmake all

第五步: 根据编译提示错误下载相关组件包
glib-2.6.6.zip
glib-dev-2.6.6.zip
—>ftp://ftp.gtk.org/pub/gtk/v2.6/win32/

adns-1.0-win32-05.zip
http://download.jgaa.com/ftp/pub/gnu/adns/

net-snmp-5.2.2.tar.gz (用VC6.0编译即可)
—>ftp://ftp.freesnmp.com/mirrors/net-snmp/

libiconv-1.9.1.bin.woe32.zip
—>http://www.gimp.org/~tml/gimp/win32/ (单击GNU libiconv连接)

WpdPack.rar
—>以前下载

gtk±1.3.0-20040315.zip
gtk±dev-1.3.0-20030115.zip
—>http://www.gimp.org/~tml/gimp/win32/old/

lua5.1_lib.zip
—>http://www.gammon.com.au/forum/?id=7322&page=999

gettext-runtime-0.13.1.bin.woe32.zip
—>http://ftp.azc.uam.mx/mirrors/gnu/gettext/

第六步: 以上包已下载到了ethereal-libs-zip目录,并释放到了ethereal-win32-libs
第七步: 复制目录ethereal-0.99.0和ethereal-win32-libs到C盘。
第八步: 安装Tools目录下的编译环境已经工具。
第九步: 执行c:\ethereal-0.99.0\build.bat编译
第十步: 编译后的执行文件在c:\ethereal-0.99.0\bin\ethereal.exe,然后运行即可。

猜你喜欢

转载自blog.csdn.net/weixin_41486034/article/details/106331427