randyk 2003/06/27 18:44:08
Modified: . INSTALL Log: add Win32 make instructions. Revision Changes Path 1.2 +9 -0 httpd-apreq-2/INSTALL Index: INSTALL =================================================================== RCS file: /home/cvs/httpd-apreq-2/INSTALL,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- INSTALL 27 Jun 2003 22:03:52 -0000 1.1 +++ INSTALL 28 Jun 2003 01:44:08 -0000 1.2 @@ -10,3 +10,12 @@ Win32 build: + C:\httpd-apreq-2> cd win32 + C:\httpd-apreq-2\win32> perl Configure.pl + C:\httpd-apreq-2\win32> nmake + C:\httpd-apreq-2\win32> nmake test + C:\httpd-apreq-2\win32> nmake mod_apreq + C:\httpd-apreq-2\win32> cd ..\glue\perl + C:\httpd-apreq-2\glue\perl> perl Makefile.PL + C:\httpd-apreq-2\glue\perl> nmake + C:\httpd-apreq-2\glue\perl> nmake test
