pcs         99/01/10 08:32:50

  Modified:    .        how-to-release.html
  Log:
  We know build the InstallShield installer not ".zip" files for
  Windows, so don't confuse the instructions.
  
  Revision  Changes    Path
  1.55      +2 -61     apache-devsite/how-to-release.html
  
  Index: how-to-release.html
  ===================================================================
  RCS file: /export/home/cvs/apache-devsite/how-to-release.html,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -r1.54 -r1.55
  --- how-to-release.html       1999/01/10 08:21:00     1.54
  +++ how-to-release.html       1999/01/10 16:32:49     1.55
  @@ -363,67 +363,8 @@
   <BR>
   <H2>How to build an Apache Windows release</H2>
   
  -<FONT COLOR="red">Note:</FONT> These instructions are temporary, until
  -we have a working installation of InstallShield, which will eventually
  -be used to distribute Apache for Windows. At that time, these
  -instructions will be replaced. For building an installation with
  -InstallShield 2, see <A HREF="how-to-release-win32">how to build a
  -release of Apache for Windows</A>.
  -
  -<OL>
  -
  -<HR>
  -
  -  <STRONG>[ Building a source release ]</STRONG><BR>
  -  <P>
  -  <LI>Follow the instructions numbered 3-7 for Unix, to build an Apache
  -      distribution. Be sure to use CVS running on Windows, so that the
  -      linebreaks will be correct (alternately, export the repository with
  -      Unix, and convert all text files - all text files - from \n to
  -      \r\n)
  -  <P>
  -  <LI>Create a zipfile, using your favorite zip program, containing the
  -      <CODE>apache_1.<EM>X.Y</EM></CODE> directory. Name this zipfile
  -      <CODE>apache_1.<EM>X.Y</EM>-src.zip</CODE>.
  -
  -  <P>
  -  <HR>
  -  <STRONG>[ Building a binary release ]</STRONG><BR>
  -  <P>
  -  <LI>First, build the source release (see above).
  -  <P>
  -  <LI>Compile and "install" a release version of Apache:<BR>
  -      <CODE><STRONG>&gt; nmake /f Makefile.nt _apacher</STRONG></CODE><BR>
  -      <CODE><STRONG>&gt; nmake /f Makefile.nt installr</STRONG></CODE>
  -  <P>
  -  <LI>Rename the directory<BR>
  -      <CODE><STRONG>&gt; move \Apache \Apache_1.<EM>X.Y</EM></STRONG></CODE>
  -  <P>
  -  <LI>Move the configuration files into the correct place<BR>
  -      <CODE><STRONG>&gt; copy conf\access.conf-dist-win
  -      \Apache_1.<EM>X.Y</EM>\access.conf-dist</STRONG></CODE><BR>
  -      <CODE><STRONG>&gt; copy conf\httpd.conf-dist-win
  -      \Apache_1.<EM>X.Y</EM>\httpd.conf-dist</STRONG></CODE><BR>
  -      <CODE><STRONG>&gt; copy conf\srm.conf-dist-win
  -      \Apache_1.<EM>X.Y</EM>\srm.conf-dist</STRONG></CODE><BR>
  -      <CODE><STRONG>&gt; copy conf\mime.types
  -      \Apache_1.<EM>X.Y</EM>\mime.types</STRONG></CODE><BR>
  -      <CODE><STRONG>&gt; copy conf\magic
  -      \Apache_1.<EM>X.Y</EM>\magic</STRONG></CODE>
  -  <P>
  -  <LI>Move the HTML documents into place<BR>
  -      <CODE><STRONG>&gt; copy htdocs \Apache_1.<EM>X.Y</EM>\htdocs 
/s</STRONG></CODE>
  -  <P>
  -  <LI>Copy the readme file<BR>
  -      <CODE><STRONG>&gt; copy README.NT 
\Apache_1.<EM>X.Y</EM>\readme.txt</STRONG></CODE>
  -  <P>
  -  <LI>Install the Visual C++ runtime DLLs, wherever it is they need to
  -      go (???)
  -  <P>
  -  <LI>Create a zipfile of <CODE>\Apache_1.<EM>X.Y</EM></CODE> named
  -      <CODE>apache_1.<EM>X.Y</EM>-bin.zip</CODE>.
  -
  -</OL>
  +See <A HREF="how-to-release-win32">how to build a release of Apache
  +for Windows</A>.
   
   <!--#include virtual="footer.html" -->
   
  
  
  

Reply via email to