.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.9. .TH FASTJET-CONFIG "1" "May 2012" "fastjet-config" "User Commands" .SH NAME fastjet-config \- fastjet-config .SH DESCRIPTION This is FastJet configuration tool. Usage: .IP fastjet\-config [\-\-help] [\-\-version] [\-\-prefix] [\-\-cxxflags] [\-\-libs] .IP [\-\-shared[=yes|no]] [\-\-plugins[=yes|no]] [\-\-rpath[=yes|no]] [\-\-runpath] [\-\-list\-plugins] [\-\-config] .PP The arguments can be either queries (one must be present): .TP \fB\-\-help\fR prints this message and exits .TP \fB\-\-version\fR prints FastJet version and exits .TP \fB\-\-prefix\fR gets the FastJet installation directory .TP \fB\-\-cxxflags\fR returns the compilation flags to be used with C++ programs .TP \fB\-\-libs\fR returns the flags to pass to the linker .PP or flags (optional): .TP \fB\-\-shared\fR controls whether you want to use the static or shared lib (default=yes) .TP \fB\-\-plugins\fR controls whether you also want to link the FastJet plugins (default=no) .TP \fB\-\-rpath\fR adds a \fB\-rpath\fR argument at link\-time that points to the directory where FastJet libraries are installed. This avoid having to set LD_LIBRARY_PATH at runtime when using shared libs in a non standard location (but may cause the program to inadvertently pick up other shared libraries that happen to be in the FastJet installation directory). (default=yes) .TP \fB\-\-runpath\fR at link\-time, adds info about the directory where FastJet libraries are installed to the runpath (ELF systens only). This avoids having to set LD_LIBRARY_PATH at runtime when using shared libs in a non standard location but gives priority to an existing LD_LIBRARY_PATH. .TP \fB\-\-list\-plugins\fR list all the available plugins .TP \fB\-\-config\fR shows a summary of how FastJet was configured .SH AUTHOR This manual page was written by Lifeng Sun for the Debian system (but may be used by others).