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 st...@apache.org on 2002/04/05 21:44:20 UTC

cvs commit: httpd-apreq INSTALL

stas        02/04/05 11:44:20

  Modified:    .        INSTALL
  Log:
  - now can do 'make test'
  
  Revision  Changes    Path
  1.3       +1 -1      httpd-apreq/INSTALL
  
  Index: INSTALL
  ===================================================================
  RCS file: /home/cvs/httpd-apreq/INSTALL,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- INSTALL	30 Mar 2000 05:44:28 -0000	1.2
  +++ INSTALL	5 Apr 2002 19:44:20 -0000	1.3
  @@ -1,6 +1,6 @@
   To install the Perl and C libraries, simply run:
   
  - perl Makefile.PL && make install
  + perl Makefile.PL && make && make test && make install
   
   The libapreq.a and header files will be installed in the Perl
   architecture dependent library.  See the Apache::libapreq module for