你读过 README 文件吗?从http://prdownloads.sourceforge.net/libdnet/libdnet-1.11.tar.gz?download下载源代码压缩包,解压并查看自述文件:
Windows 2000/XP
---------------
For raw Ethernet sending, install the WinPcap driver and DLLs, and
extract their developer pack to a build directory:
http://winpcap.polito.it/install/default.htm
# XXX - unsupported for now
# For tunnel interface support, install the OpenVPN "TAP-Win32 Virtual
# Ethernet Adapter" component (their Windows installer will let you
# install it alone):
#
# http://openvpn.sourceforge.net/
For firewall support, install HSC's PktFilter service:
http://www.hsc.fr/ressources/outils/pktfilter/index.html.en
Most Windows developers should just use the libdnet developer's pack
(with MinGW and MSVC++ libraries) instead of building it themselves.
But for those who really want to know...
To build a MinGW native library (under Cygwin+MinGW):
./configure && make
To build a Microsoft Visual C++ native library and Python module
(again, under Cygwin+MinGW):
./configure
cd python && C:/Python23/python.exe setup.py build
cd ../src && lib /out:dnet.lib *.obj
正如您很可能注意到的那样,您将需要 Cygwin+MinGW。我不知道您是否想要 MinGW 本机库或 Microsoft Visual C++ 本机库。另请注意,您必须使用 C:/Python27/python.exe 来构建它。
如果你尝试这个,你可能会想出一个具体的问题,你最有可能,但不是 100% 必须提出一个新问题,如果你有编译问题,最好询问 libdnet 的邮件列表。