From: Bruce Momjian Date: Fri, 24 Dec 2004 19:20:18 +0000 (+0000) Subject: Improve Win32 install instructions. X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=71aa16e05a5b4df9c3fd32dc4fd5b727438ea420;p=users%2Fbernd%2Fpostgres.git Improve Win32 install instructions. --- diff --git a/doc/src/sgml/install-win32.sgml b/doc/src/sgml/install-win32.sgml index 468d3d9e82..b4084a743a 100644 --- a/doc/src/sgml/install-win32.sgml +++ b/doc/src/sgml/install-win32.sgml @@ -3,7 +3,7 @@ $PostgreSQL$ --> - Installation on <productname>Windows</productname> + Client-Only Installation on <productname>Windows</productname> installation @@ -12,8 +12,9 @@ $PostgreSQL$ Although PostgreSQL is written for - Unix-like operating systems and compiles under - MinGW, the C client library + Unix-like operating systems and can be built using + MinGW and + Cygwin, the C client library (libpq) and the interactive terminal (psql) can be compiled using other Windows tool sets. Makefiles are included in the source distribution for diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 0cd1b942f4..9437057846 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -120,10 +120,17 @@ su - postgres on Windows - To build on Windows NT or Windows - 2000 you need the Cygwin and - cygipc packages. See the file - doc/FAQ_MSWIN for details. + To build on NT-based versions of + Windows like Windows XP and 2003 see + doc/FAQ_MINGW. For earlier Windows + releases see doc/FAQ_CYGWIN. + + To build Windows client-only interfaces using + tools like Visual C++ and Borland + C++ see + ]]>.