libifstat-config(1) | General Commands Manual | libifstat-config(1) |
libifstat-config - get information about the installed version of libifstat
libifstat-config [--cflags] [--exec-prefix] [--libs] [--prefix] [--version]
libifstat-config prints the compiler and linker flags required to compile and link programs that use the libifstat Application Programmer Interface.
To print the version of the installed distribution of libifstat, use:
libifstat-config --version
To compile a program that calls the libifstat Application Programmer Interface, use:
cc `libifstat-config --cflags --libs` program.c
The license can be found in the file /usr/share/common-licenses/GPL.
This package was debianized by the upstream Author Gaël Roualland <gael.roualland@dial.oleane.com>. This manual page was adapted from the animal-config manual page of the animal package which in turn was adapted from Magick-config manual page of the ImageMagick package.
13 Jun 2004 | libifstat |