* You can get the most recent version of this from * http://people.freebsd.org/~kevlo/postgres/portNT.html. * Problem reports can be sent to . How do I install the PostgreSQL server on Windows NT or Windows 2000? ===================================================================== Porting PostgreSQL to Windows 2000 installation procedures Thanks to Daniel Horak, JasonTishler ,Joost Kraaijeveld and Pete Formanfor their helps. Without them, I cannot port Postgres to Windows 2000 successfully. ______________________________________________________________________ * Install the lastest verion(1.1.5) of Cygwin 1. Click on the "Install Cygwin now" link on the http://sources.redhat.com/cygwinwebpage. This downloads setup.exe to your system. 2. Run setup and answer all of the questions. Please choose a mirror sitefor your download. * Install Charles Wilson's Cygwin32 IPC package 1. Download the precompiled binary http://www.neuro.gatech.edu/users/cwilson/cygutils/V1.1/cygipc/cygipc- 1.07-1.tar.gzin"/" directory. 2. tar zxvf cygipc-1.07-1.tar.gz * Install PostgreSQL 7.0.3 1. Download PostgreSQL 7.0.3 sourcecode in /usr/src. 2. tar zxvf postgresql-7.0.3.tar.gz 3. mkdir -p /usr/local/pgsql/{bin,include,lib,data} 4. cd /usr/src/postgresql-7.0.3/src/win32 5. cp endian.h /usr/include cp tcp.h /usr/include/netinet 6. Apply Jason Tishler's patches in /usr/src/postgresql-7.0.3, then run 'patch -p1