readme.libnet-config

来自「libnet的unix/linux版本」· LIBNET-CONFIG 代码 · 共 20 行

LIBNET-CONFIG
20
字号
===============================================================================    LIBNET 1.0 (c) 1998 - 2001 Mike D. Schiffman <mike@infonexus.com>                               http://www.packetfactory.net/libnet===============================================================================    As of version .99c, libnet gcc options should be handled via the    libnet-config script.  This script, created during the GNU configure    process will ensure that future libnet compilations contain the correct    CPP and CFLAG options as well as libraries for the targeted architecture.    A sample invocation might be:host:~> gcc -Wall `libnet-config --defines` foo.c `libnet-config --libs`    As of version 0.99e, it is mandatory that it be invoked, if for no    other reason than to specify byte-ordering.  See README.legacy-applications    for more information.EOF

⌨️ 快捷键说明

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