brlcad-config — script to get information about the installed version of BRL-CAD
brlcad-config is a script that describes the compile and linker flags that should be used to compile and link programs that use BRL-CAD's libraries.
accepts the following options:
--prefix=PREFIX
If specified, use the provided installation PREFIX instead of the prefix that BRL-CAD was compiled with when providing the output for the other brlcad-config script options.
--libs
Prints out library linker flags that are generally needed when creating a program that links to BRL-CAD libraries.
--cflags
Prints out compilation flags that are generally needed when creating a program that refers to BRL-CAD headers.
--version
Prints out the version of BRL-CAD that is installed.
--help
Display usage.