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=PREFIXIf 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.
--libsPrints out library linker flags that are generally needed when creating a program that links to BRL-CAD libraries.
--cflagsPrints out compilation flags that are generally needed when creating a program that refers to BRL-CAD headers.
--versionPrints out the version of BRL-CAD that is installed.
--helpDisplay usage.