libnet10-config(1) - Linux man page
Name
libnet10-config - Get information about a libnet installationSynopsis
libnet10-config [options]Description
libnet10-config displays information about a previous libnet installation.Options
- --cflags
- Set of compiler options (CFLAGS) to use when compiling files that use libnet.
- --libs
- Shows the complete set of libs and other linker options you will need in order to link your application with libnet.
- --defines
- Set of compiler defines used to compile libnet.
Examples
What linker options do I need when I link with libnet?libnet10-config --libs
What compiler options do I need when I compile using libnet functions?
libnet10-config --cflags