File: README

package info (click to toggle)
libapreq2-perl 2.04-dev-1sarge2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,700 kB
  • ctags: 1,508
  • sloc: sh: 8,103; ansic: 5,557; perl: 2,842; cpp: 1,052; makefile: 234
file content (37 lines) | stat: -rw-r--r-- 1,659 bytes parent folder | download | duplicates (5)
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
32
33
34
35
36
37
This directory contains the necessary makefiles to build
libapreq and related things on Win32 using VC++ 6. Run,
from the httpd-apreq-2 top-level directory,
   perl Makefile.PL
to generate the top-level Makefile. Available options are:

  --with-apache2=C:\Path\to\Apache2 : specify the top-level Apache2 directory
  --debug                           : build a debug version
  --without-perl                    : skip initialization of perl glue
  --help                            : print a help message

With no options specified, an attempt will be made to find a suitable 
Apache2 directory, and if found, a non-debug version will be built.

Assuming the configuration is successful, a Makefile will
be generated. This can be used as:

  nmake               - builds the libapreq2 library
  nmake test          - runs the supplied tests
  nmake mod_apreq     - builds mod_apreq
  nmake install       - install the C libraries
  nmake clean         - clean
  nmake perl_glue     - build the perl glue
  nmake perl_test     - test the perl glue
  nmake perl_install  - install the perl glue
  nmake docs          - build documentation
  nmake help          - print a usage message

The 'docs' target is only available if a doxygen binary is detected.

An experimental apxs tool for Win32 is available at
   http://perl.apache.org/dist/win32-bin/apxs_win32.tar.gz
which will be needed to build the env/c-modules tests. If the
apxs bat file isn't found on your system, the configuration
script should offer to fetch and install it for you. If this
is not done, grab the above archive, unpack it, and run the
Configure.pl script within the archive to install.