root/cherokee/trunk/doc/bundle_cherokee-config.txt

Revision 1816, 1.8 kB (checked in by taher, 4 months ago)

--

Line 
1 == link:index.html[Index] -> link:bundle.html[Cherokee Bundle]
2
3 Cherokee Bundle: cherokee-config
4 --------------------------------
5
6 This command-line tool is less known than the rest because it is to be
7 used by system administrators and developers. There is not much to be
8 added besides the syntax of the command. The main usage of this
9 utility is determining the used flags during the compilation and
10 linking process. This is useful to build programs that make use of Cherokee.
11
12 This is the full information provided by the manpage.
13 **********************************************************************
14 *NAME*::
15        `cherokee-config` - script to get information about the installed version
16        of Cherokee
17
18 *SYNOPSIS*::
19        `cherokee-config`  [--prefix[=DIR]]   [--libs]   [--cflags]   [--version]
20        [--help]
21
22 *DESCRIPTION*::
23        `cherokee-config` is  a  tool  that is used to determine the compile and
24        linker flags that should be used to compile and link programs that  use
25        Cherokee.
26
27 *OPTIONS*::
28        `cherokee-config` accepts the following options:
29
30        --version;;
31                Print the currently installed version of CHEROKEE on the standard output.
32
33
34        --libs;;
35                Print the linker flags that are necessary to  link  a  CHEROKEE program.
36
37        --cflags;;
38                Print the compiler flags that are necessary to compile a CHEROKEE program.
39
40
41        --prefix=PREFIX;;
42                If specified, use PREFIX instead  of  the  installation
43                prefix that  CHEROKEE was built with when computing the
44                output for the --cflags and --libs options.  This
45                option  must  be  specified before any --libs or
46                --cflags options.
47 **********************************************************************
Note: See TracBrowser for help on using the browser.