Skip to content
Snippets Groups Projects
Commit 91e081d5 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Adjust documention for Win32 installation options.

parent e4ff7c5e
No related branches found
No related tags found
No related merge requests found
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.18 2004/09/27 19:43:17 momjian Exp $ $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.19 2004/12/24 18:32:50 momjian Exp $
--> -->
<chapter id="install-win32"> <chapter id="install-win32">
<title>Installation on <productname>Windows</productname></title> <title>Client-Only Installation on <productname>Windows</productname></title>
<indexterm> <indexterm>
<primary>installation</primary> <primary>installation</primary>
...@@ -12,8 +12,9 @@ $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.18 2004/09/27 19:43:17 mo ...@@ -12,8 +12,9 @@ $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.18 2004/09/27 19:43:17 mo
<para> <para>
Although <productname>PostgreSQL</productname> is written for Although <productname>PostgreSQL</productname> is written for
Unix-like operating systems and compiles under Unix-like operating systems and can be built using
<productname>MinGW</productname>, the C client library <productname>MinGW</productname> and
<productname>Cygwin</productname>, the C client library
(<application>libpq</application>) and the interactive terminal (<application>libpq</application>) and the interactive terminal
(<application>psql</application>) can be compiled using other Windows (<application>psql</application>) can be compiled using other Windows
tool sets. Makefiles are included in the source distribution for tool sets. Makefiles are included in the source distribution for
......
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.216 2004/12/24 18:11:16 momjian Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.217 2004/12/24 18:32:50 momjian Exp $ -->
<chapter id="installation"> <chapter id="installation">
<title><![%standalone-include[<productname>PostgreSQL</>]]> <title><![%standalone-include[<productname>PostgreSQL</>]]>
...@@ -120,9 +120,17 @@ su - postgres ...@@ -120,9 +120,17 @@ su - postgres
<secondary>on Windows</secondary> <secondary>on Windows</secondary>
</indexterm> </indexterm>
To build on <productname>Windows</> platforms see To build on <productname>NT</>-based versions of
<![%standalone-include[the documentation chapter "Installation on Windows"]]> <productname>Windows</> like Windows XP and 2003 see
<![%standalone-ignore[<xref linkend="install-win32">]]>. <filename>doc/FAQ_MINGW</>. For earlier <productname>Windows</>
releases see <filename>doc/FAQ_CYGWIN</>.
To build <productname>Windows</> client-only interfaces using
tools like <productname>Visual C++</> and <productname>Borland
C++</> see
<![%standalone-include[the documentation chapter "Client-Only
Installation on Windows"]]> <![%standalone-ignore[<xref
linkend="install-win32">]]>.
</para> </para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment