X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id C4C4B3CA295 for ; Fri, 24 Dec 2004 19:20:52 +0000 (GMT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 39415-04 for ; Fri, 24 Dec 2004 19:20:47 +0000 (GMT) Received: from candle.pha.pa.us (candle.pha.pa.us [207.106.42.251]) by svr1.postgresql.org (Postfix) with ESMTP id F0F4E3CA274 for ; Fri, 24 Dec 2004 19:20:47 +0000 (GMT) Received: (from pgman@localhost) by candle.pha.pa.us (8.11.6/8.11.6) id iBOJKbC17784; Fri, 24 Dec 2004 14:20:37 -0500 (EST) From: Bruce Momjian Message-Id: <200412241920.iBOJKbC17784@candle.pha.pa.us> Subject: Re: [pgsql-hackers-win32] Update "Requirements" for Windows? In-Reply-To: <10263.1103915594@sss.pgh.pa.us> To: Tom Lane Date: Fri, 24 Dec 2004 14:20:37 -0500 (EST) Cc: pgsql-docs@postgresql.org X-Mailer: ELM [version 2.4ME+ PL108 (25)] MIME-Version: 1.0 Content-Type: multipart/mixed; boundary=ELM1103916037-7691-0_ Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.004 tagged_above=0 required=5 tests=AWL X-Spam-Level: X-Archive-Number: 200412/52 X-Sequence-Number: 2748 --ELM1103916037-7691-0_ Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Tom Lane wrote: > OK, I'm out of installation.sgml if you want to have another hack at it. OK, diff attached and applied. -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073 --ELM1103916037-7691-0_ Content-Transfer-Encoding: 7bit Content-Type: text/plain Content-Disposition: inline; filename="/bjm/diff" Index: doc/src/sgml/install-win32.sgml =================================================================== RCS file: /cvsroot/pgsql/doc/src/sgml/install-win32.sgml,v retrieving revision 1.20 diff -c -c -r1.20 install-win32.sgml *** doc/src/sgml/install-win32.sgml 24 Dec 2004 18:37:26 -0000 1.20 --- doc/src/sgml/install-win32.sgml 24 Dec 2004 19:18:42 -0000 *************** *** 3,9 **** --> ! Installation on <productname>Windows</productname> installation --- 3,9 ---- --> ! Client-Only Installation on <productname>Windows</productname> installation *************** *** 12,19 **** Although PostgreSQL is written for ! Unix-like operating systems and compiles under ! MinGW, 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 --- 12,20 ---- Although PostgreSQL is written for ! 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 Index: doc/src/sgml/installation.sgml =================================================================== RCS file: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v retrieving revision 1.219 diff -c -c -r1.219 installation.sgml *** doc/src/sgml/installation.sgml 24 Dec 2004 19:12:36 -0000 1.219 --- doc/src/sgml/installation.sgml 24 Dec 2004 19:18:46 -0000 *************** *** 120,129 **** 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. --- 120,136 ---- on Windows ! 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 ! ]]>. --ELM1103916037-7691-0_--