1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
.TH "PCAPNAV-CONFIG" 3 "June 30,2009" ""
.SH NAME
.P
pcapnav\-config \- write libpcapnav compiler and linker flags to standard output
.SH SYNOPSIS
.P
pcapnav\-config [\-\-prefix[=DIR]] [\-\-exec\-prefix[=DIR]] [\-\-version] [\-\-libs] [\-\-cflags]
.SH DESCRIPTION
.P
When run with the \-\-cflags option, pcapnav\-config writes to the standard output the \-I compiler flags required
to include libpcap’s header files. When run with the \-\-libs option, pcapnav\-config writes to the standard output
the \-L and \-l linker required to link with libpcapnav, including \-l flags for libraries required by libpcapnav.
.SH AUTHORS
.P
\fBlibpcapnav\fR was written by Christian Kreibich.
.P
This manual page was written by Joao Eriberto Mota Filho <eriberto@eriberto.pro.br>, using txt2tags (http://txt2tags.sourceforge.net), for the Debian project (but may be used by others).
.\" man code generated by txt2tags 2.3 (http://txt2tags.sf.net)
.\" cmdline: txt2tags -t man pcapnav-config.1.t2t
|