diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2001-03-16 22:12:13 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2001-03-16 22:12:13 +0000 |
commit | 937ec0064f0b7bacd612e5fa16cff690858bfd02 (patch) | |
tree | d33268c7eda0ab7ca0246c8df2c7d7e65f60f574 | |
parent | dd612b4235a544326825f880410f9332ed8f8feb (diff) | |
download | postgresql-937ec0064f0b7bacd612e5fa16cff690858bfd02.tar.gz postgresql-937ec0064f0b7bacd612e5fa16cff690858bfd02.zip |
Make note that version 1.1.8 doesn't work.
-rw-r--r-- | doc/FAQ_MSWIN | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/FAQ_MSWIN b/doc/FAQ_MSWIN index f4760824f4e..7c68f9467f9 100644 --- a/doc/FAQ_MSWIN +++ b/doc/FAQ_MSWIN @@ -1,15 +1,15 @@ How do I installing PostgreSQL on Windows NT or Windows 2000? ============================================================= -$Date: 2001/01/22 22:54:07 $ +$Date: 2001/03/16 22:12:13 $ 1. Install the Cygwin package. The Cygwin package provides a UNIX-like API on top of the Win32 - API. It is available at <http://sources.redhat.com/cygwin/>. - The 1.1.x series is recommended (1.1.7 was the latest at the time - of this writing); using 1.0 or B20 might require extra efforts. - For B20 you also need to download the separate crypt library at the - same location. + API. It is available at <http://sources.redhat.com/cygwin/>. At + the time of this writing, it is recommended to use either version + 1.1.7 or the 1.3.x series. Version 1.1.8 contains a bug that will + prevent the server to work. Using older versions such as 1.0 or + B20 might require extra efforts. 2. Install the cygipc package, available at <http://www.neuro.gatech.edu/users/cwilson/cygutils/V1.1/cygipc/>. |