You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by ra...@apache.org on 2003/06/16 05:02:13 UTC

cvs commit: httpd-apreq-2/win32 README

randyk      2003/06/15 20:02:13

  Modified:    win32    README
  Log:
  update README with recent configuration changes regarding skipping
  the perl glue initialization and the presence of a docs target.
  
  Revision  Changes    Path
  1.2       +3 -0      httpd-apreq-2/win32/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/httpd-apreq-2/win32/README,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- README	5 May 2003 05:33:40 -0000	1.1
  +++ README	16 Jun 2003 03:02:13 -0000	1.2
  @@ -5,6 +5,7 @@
   
     --with-apache=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 
  @@ -18,4 +19,6 @@
     nmake mod_apreq     - builds mod_apreq
     nmake libapreq_cgi  - builds libapreq_cgi
     nmake clean         - clean
  +  nmake docs          - build documentation
   
  +The 'docs' target is only available if a doxygen binary is detected.