'\" t .\" Title: OPENLAYER-CONFIG .\" Author: Georges Khaznadar .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: 01/11/2014 .\" Manual: openlayer-config User Manual .\" Source: openlayer-config .\" Language: English .\" .TH "OPENLAYER\-CONFIG" "1" "01/11/2014" "openlayer-config" "openlayer-config User Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" openlayer-config \- \- script to get information about the installed version of libopenlayer\&. .SH "SYNOPSIS" .HP \w'\fBopenlayer\-config\fR\ 'u \fBopenlayer\-config\fR [\fB\-\-example=\fR\fBthat\fR] [{\fB\-\-libs\fR}] [{\fB\-\-cflags\fR}] [{\fB\-\-version\fR}] .SH "DESCRIPTION" .PP \fBopenlayer\-config\fR is a tool that is used to configure to determine the compiler and linker flags that should be used to compile and link programs that use the openlayer library\&. It is intended to be used on Unix systems instead of the simple "\-lopenlayer" call\&. .SH "OPTIONS" .PP \fB\-\-libs\fR .RS 4 Print the linker flags that are necessary to link an openlayer program\&. .RE .PP \fB\-\-cflags\fR .RS 4 Print the compiler flags that are necessary to compile an openlayer program\&. .RE .PP \fB\-\-version\fR .RS 4 Print version information\&. .RE .SH "EXAMPLE" .PP \fBgcc \-o myprogram myprogram\&.o `openlayer\-config \-\-libs` \fR .SH "AUTHOR" .PP \fBGeorges Khaznadar\fR <\&georgesk@debian\&.org\&> .RS 4 Wrote this manpage for the Debian system\&. .RE .SH "COPYRIGHT" .br Copyright \(co 2014 Georges Khaznadar .br .PP This manual page was written for the Debian system (and may be used by others)\&. .PP 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\&. .PP On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common\-licenses/GPL\&. .sp