@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.339 2010/01/22 22:50:03 momji an Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.340 2010/01/28 23:59:52 adunst an Exp $ -->
<chapter id="installation">
<chapter id="installation">
<title><![%standalone-include[<productname>PostgreSQL</>]]>
<title><![%standalone-include[<productname>PostgreSQL</>]]>
@ -1526,7 +1526,7 @@ su - postgres
</para>
</para>
</step>
</step>
<step>
<step id="build" >
<title>Build</title>
<title>Build</title>
<para>
<para>
@ -1539,6 +1539,18 @@ su - postgres
hardware. The last line displayed should be:
hardware. The last line displayed should be:
<screen>
<screen>
All of PostgreSQL is successfully made. Ready to install.
All of PostgreSQL is successfully made. Ready to install.
</screen>
</para>
<para>
If you want to build everything that can be built, including the HTML
documentation and the Additional Modules, type instead:
<screen>
<userinput>gmake world</userinput>
</screen>
The last line displayed should be:
<screen>
PostgreSQL, contrib and HTML documentation successfully made. Ready to install.
</screen>
</screen>
</para>
</para>
</step>
</step>
@ -1594,6 +1606,13 @@ All of PostgreSQL is successfully made. Ready to install.
be granted.
be granted.
</para>
</para>
<para>
If you built the world above, type instead:
<screen>
<userinput>gmake install-world</userinput>
</screen>
</para>
<para>
<para>
You can use <literal>gmake install-strip</literal> instead of
You can use <literal>gmake install-strip</literal> instead of
<literal>gmake install</literal> to strip the executable files and
<literal>gmake install</literal> to strip the executable files and