Rechercher une page de manuel
nel-config
Langue: en
Version: 262335 (debian - 07/07/09)
Section: 1 (Commandes utilisateur)
NAME
nel-config - Get information about a libnel installationSYNOPSIS
nel-config [options]DESCRIPTION
nel-config displays information about a libnel installation.OPTIONS
- --cflags
- Set of compiler options (CFLAGS) to use when compiling files that use libnel. Currently that is only thw include path to the nel include files.
- --libs
- Shows the complete set of libs and other linker options you will need in order to link your application with libnel.
- --prefix
- This is the prefix used when libnel was installed. libnel is then installed in $prefix/lib and its header files are installed in $prefix/include and so on. The prefix is set with "configure --prefix".
- --version
- Outputs version information about the installed libnel.
EXAMPLES
What linker options do I need when I link with libnel?
$ nel-config --libs
What compiler options do I need when I compile using libnel functions?
$ nel-config --cflags
What's the installed libnel version?
$ nel-config --version
AUTHOR
This manual page was written by Gürkan Sengün <gurkan@linuks.mine.nu>,for the Debian project (but may be used by others).
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre