File: cherokee-config.1

package info (click to toggle)
cherokee 1.0.8-5%2Bsqueeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 18,240 kB
  • ctags: 11,897
  • sloc: ansic: 60,631; python: 26,496; sh: 10,929; makefile: 2,759; php: 765; xml: 61; perl: 32; sed: 16
file content (31 lines) | stat: -rw-r--r-- 1,165 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
.TH CHEROKEE
.SH NAME
cherokee-config - script to get information about the installed version of Cherokee
.SH SYNOPSIS
.B cherokee-config
[\-\-prefix\fI[=DIR]\fP] [\-\-libs] [\-\-cflags] [\-\-version] [\-\-help]
.SH DESCRIPTION
\fIcherokee-config\fP is a tool that is used to determine the compile and
linker flags that should be used to compile and link programs that use
\fICherokee\fP.
.SH OPTIONS
\fIcherokee-config\fP accepts the following options:
.TP 8
.B  \-\-version
Print the currently installed version of \fICHEROKEE\fP on the standard output.
.TP 8
.B  \-\-libs
Print the linker flags that are necessary to link a \fICHEROKEE\fP program.
.TP 8
.B  \-\-cflags
Print the compiler flags that are necessary to compile a \fICHEROKEE\fP program
.
.TP 8
.B  \-\-prefix=PREFIX
If specified, use PREFIX instead of the installation prefix that
\fICHEROKEE\fP was built with when computing the output for the
\-\-cflags and \-\-libs options. This option must be specified before
any \-\-libs or \-\-cflags options.
.SH AUTHOR
This manual page was written by Fredrik Hallenberg <hallon@lysator.liu.se>,
for the Debian GNU/linux system (but may be used by others).