|
Revision 1337, 1.1 kB
(checked in by alo, 6 months ago)
|
--
|
| Line | |
|---|
| 1 |
.TH CHEROKEE |
|---|
| 2 |
.SH NAME |
|---|
| 3 |
cherokee-config - script to get information about the installed version of Cherokee |
|---|
| 4 |
.SH SYNOPSIS |
|---|
| 5 |
.B cherokee-config |
|---|
| 6 |
[\-\-prefix\fI[=DIR]\fP] [\-\-libs] [\-\-cflags] [\-\-version] [\-\-help] |
|---|
| 7 |
.SH DESCRIPTION |
|---|
| 8 |
\fIcherokee-config\fP is a tool that is used to determine the compile and |
|---|
| 9 |
linker flags that should be used to compile and link programs that use |
|---|
| 10 |
\fICherokee\fP. |
|---|
| 11 |
.SH OPTIONS |
|---|
| 12 |
\fIcherokee-config\fP accepts the following options: |
|---|
| 13 |
.TP 8 |
|---|
| 14 |
.B \-\-version |
|---|
| 15 |
Print the currently installed version of \fICHEROKEE\fP on the standard output. |
|---|
| 16 |
.TP 8 |
|---|
| 17 |
.B \-\-libs |
|---|
| 18 |
Print the linker flags that are necessary to link a \fICHEROKEE\fP program. |
|---|
| 19 |
.TP 8 |
|---|
| 20 |
.B \-\-cflags |
|---|
| 21 |
Print the compiler flags that are necessary to compile a \fICHEROKEE\fP program |
|---|
| 22 |
. |
|---|
| 23 |
.TP 8 |
|---|
| 24 |
.B \-\-prefix=PREFIX |
|---|
| 25 |
If specified, use PREFIX instead of the installation prefix that |
|---|
| 26 |
\fICHEROKEE\fP was built with when computing the output for the |
|---|
| 27 |
\-\-cflags and \-\-libs options. This option must be specified before |
|---|
| 28 |
any \-\-libs or \-\-cflags options. |
|---|
| 29 |
.SH AUTHOR |
|---|
| 30 |
This manual page was written by Fredrik Hallenberg <hallon@lysator.liu.se>, |
|---|
| 31 |
for the Debian GNU/linux system (but may be used by others). |
|---|