|
NAMEbrlcad-config - script to get information about the installed version of BRL-CADSYNOPSISbrlcad-config [--prefix [=DIR]] [--libs] [--cflags] [--version] [--help] DESCRIPTIONbrlcad-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.OPTIONSbrlcad-configaccepts 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.
SEE ALSObrlcad(1), libbu(3), libbn(3), librt(3), libwdb(3)BUGSNo bugs known for brlcad-config .AUTHORChristopher Sean MorrisonCOPYRIGHTThis software is Copyright (c) 2007-2019 United States Government as represented by the U.S. Army Research Laboratory.BUG REPORTSReports of bugs or problems should be submitted via electronic mail to devs@brlcad.org
Visit the GSP FreeBSD Man Page Interface. |