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 27 28 29 30 31 32 33
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
.TH XAPIAN-CONFIG "1" "January 2017" "xapian-core 1.4.3" "User Commands"
.SH NAME
xapian-config \- report information about the installed version of xapian
.SH SYNOPSIS
.B xapian-config
\fI\,OPTION\/\fR...
.SH DESCRIPTION
xapian\-config \- report information about the installed version of xapian
.SH OPTIONS
.TP
\fB\-\-cxxflags\fR
output all preprocessor and C++ compiler flags
.TP
\fB\-\-libs\fR
output all linker flags
.TP
\fB\-\-ltlibs\fR
output linker flags for linking using GNU libtool
.TP
\fB\-\-static\fR
make other options report values for static linking
.TP
\fB\-\-swigflags\fR
output preprocessor flags for use with SWIG
.TP
\fB\-\-help\fR
output this help and exit
.TP
\fB\-\-version\fR
output version information and exit
.SH "REPORTING BUGS"
Report bugs to <https://xapian.org/bugs>.
|