cholet      00/06/09 00:58:25

  Modified:    pod      modperl_dev.pod
  Log:
  sync with latest build changes
  
  Revision  Changes    Path
  1.2       +22 -7     modperl-2.0/pod/modperl_dev.pod
  
  Index: modperl_dev.pod
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/pod/modperl_dev.pod,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- modperl_dev.pod   2000/05/30 22:04:46     1.1
  +++ modperl_dev.pod   2000/06/09 07:58:25     1.2
  @@ -16,6 +16,7 @@
   
   =head2 Create the build environment
   
  +  % cd modperl-2.0
     % perl Makefile.PL [options]
   
   I<options>  an optional list of (key,value) pairs. Currently all options are
  @@ -25,31 +26,45 @@
   
   =item MP_PROMPT_DEFAULT
   
  -Do not prompt the user, instead use default answers to any questions.
  +Accept default values for all would-be prompts
   
   =item MP_USE_DSO
   
  -build mod_perl as a DSO
  +Build mod_perl as a DSO
   
  +=item MP_DYNAMIC
  +
  +Build Apache::*.xs as dynamic extensions
  +
   =item MP_USE_GTOP
   
  -use Gtop
  +Link with libgtop and enable libgtop reporting
   
   =item MP_DEBUG
   
  -compilation includes symbols for debugging. Implies MP_TRACE
  +Turn on debugging (-g -Wall -lperld) and tracing
   
   =item MP_TRACE
  +
  +Enable tracing
  +
  +=item MP_CCOPTS
  +
  +Add to compiler flags
  +
  +=item MP_INST_APACHE2
   
  -enable tracing
  +Install *.pm relative to Apache2/ directory
   
  -=item MP_CPP
  +=item MP_OPTIONS_FILE
   
  -just run the C preprocessor, don't compile or link
  +Read options from given file
   
   =back
   
   Options can also be specified in the file C<makepl_args.mod_perl2>.
  +Command line options override those from C<makepl_args_mod_perl2>
  +and those from MP_OPTIONS_FILE.
   
   =head2 Compile mod_perl
   
  
  
  

Reply via email to