SYNOPSIS
- openlayer-config [--example=that] [{--libs}] [{--cflags}] [{--version}]
DESCRIPTION
openlayer-config
OPTIONS
--libs
- Print the linker flags that are necessary to link an openlayer program.
--cflags
- Print the compiler flags that are necessary to compile an openlayer program.
--version
- Print version information.
EXAMPLE
gcc -o myprogram myprogram.o `openlayer-config --libs`
COPYRIGHT
Copyright © 2014 Georges Khaznadar
This manual page was written for the Debian system (and may be used by others).
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or (at your option) any later version published by the Free Software Foundation.
On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.