|
NAMEyate-config - retrieve metainformation about the YATE telephony engineSYNOPSISyate-config [options]DESCRIPTIONThe yate-config program is used to retrieve information about the installed YATE engine. It is typically used to compile and link modules against the engine's library.Here is a typical usage scenario in a Makefile: module.yate: module.cpp g++ `yate-config --c-all --ldflags` module.cpp `yate-config --libs` OPTIONSVersion and paths
Compiler flags
Linker flags
AUTHORSPaul Chitescu <paulc@voip.null.ro>Diana Cionoiu <diana@voip.null.ro> SEE ALSOyate(8), pkg-config(1)
Visit the GSP FreeBSD Man Page Interface. |