diff xml/en/docs/configure.xml @ 924:a2aea48ff155

New "installation" article. Old "installation" was renamed to "configure" and describes how to build nginx from sources.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 31 May 2013 13:05:51 +0400
parents xml/en/docs/install.xml@65e75e59a714
children eea7541e7c6a
line wrap: on
line diff
copy from xml/en/docs/install.xml
copy to xml/en/docs/configure.xml
--- a/xml/en/docs/install.xml
+++ b/xml/en/docs/configure.xml
@@ -5,10 +5,10 @@
 
 <!DOCTYPE article SYSTEM "../../../dtd/article.dtd">
 
-<article name="Installing nginx"
-         link="/en/docs/install.html"
+<article name="Building nginx from Sources"
+         link="/en/docs/configure.html"
          lang="en"
-         rev="3">
+         rev="4">
 
 <section>
 
@@ -182,7 +182,8 @@ the path to the sources of the PCRE libr
 The library distribution (version
 4.4&mdash;8.32) needs to be downloaded from the
 <link url="http://www.pcre.org">PCRE</link> site and extracted.
-The rest is done by nginx’s ./configure and make.
+The rest is done by nginx’s <command>./configure</command> and
+<command>make</command>.
 The library is required for regular expressions support in the
 <link doc="http/ngx_http_core_module.xml" id="location"/> directive
 and for the
@@ -206,7 +207,8 @@ the path to the sources of the zlib libr
 The library distribution (version
 1.1.3&mdash;1.2.7) needs to be downloaded from the
 <link url="http://zlib.net">zlib</link> site and extracted.
-The rest is done by nginx’s ./configure and make.
+The rest is done by nginx’s <command>./configure</command> and
+<command>make</command>.
 The library is required for the
 <link doc="http/ngx_http_gzip_module.xml">ngx_http_gzip_module</link> module.
 </para>
@@ -252,6 +254,11 @@ Example of parameters usage (all of this
 </programlisting>
 </para>
 
+<para>
+After configuration,
+nginx is compiled and installed using <command>make</command>.
+</para>
+
 </section>
 
 </article>