install

来自「Ubuntu packages of security software。 相」· 代码 · 共 60 行

TXT
60
字号
*BSD, MacOS X, Linux--------------------./configure && makeSolaris, IRIX, BSD/OS, HP-UX, Tru64-----------------------------------For firewall support, install Darren Reed's IP Filter package:	http://coombs.anu.edu.au/~avalon/For tunnel support on Solaris, install the Universal TUN/TAP Driver:	http://vtun.sourceforge.net/tun/Unixware, AIX-------------These ports are incomplete. If anyone can set me up with legitimateroot access to these platforms, it would be most appreciated. :-)Windows 2000/XP---------------For raw Ethernet sending, install the WinPcap driver and DLLs, andextract 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.enMost 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 && makeTo 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# $Id: INSTALL,v 1.4 2005/02/15 07:38:19 dugsong Exp $

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?