1313
1414 The native Win32 port is built from source using MinGW tools. There
1515 is also a precompiled binary installer called pginstaller which you
16- can download from http://pgfoundry.org/projects/pginstaller. It is a
17- fully native build and uses no additional software like MinGW.
16+ can find at from http://pgfoundry.org/projects/pginstaller. It is a
17+ fully native build and uses no additional software like MinGW. The
18+ ready-made instlaler files are available on the main PostgreSQL ftp
19+ servers in the binary/win32 directory.
1820
1921Tools for Building Binaries
2022
2123 The native Win32 port requires a 32-bit NT-based Microsoft operating
22- system, like Windows NT 4, Windows 2000/2003, or Windows XP. (NT 4
23- doesn't support tablespaces because it doesn't support the junction
24- points needed for symlinks.) Earlier operating systems do not have
25- sufficient infrastructure. Building the port also requires MinGW and
26- Msys, which can be downloaded from http://www.mingw.org/. MinGW is a
27- Unix-like build environment for Microsoft operating systems. Msys is a
28- collection of unix tools required to run shell scripts like
29- configure. Neither is required to run the resulting binaries; they
30- are needed only for creating the binaries. We have no intention of
31- supporting Visual C; their build environment is just too different
32- from Unix, and maintenance of such a build environment would be too
33- burdensome.
24+ system, like Windows NT 4, Windows 2000/2003, or Windows XP. (NT 4 is
25+ no longer supported since version 8.2) Earlier operating systems do
26+ not have sufficient infrastructure. Building the port also requires
27+ MinGW and Msys, which can be downloaded from http://www.mingw.org/.
28+ MinGW is a Unix-like build environment for Microsoft operating
29+ systems. Msys is a collection of unix tools required to run shell
30+ scripts like configure. Neither is required to run the resulting
31+ binaries; they are needed only for creating the binaries. Work is in
32+ progress to support building using Visual C++ in a future version.
3433
3534Steps For Building Binaries
3635
@@ -46,12 +45,6 @@ Steps For Building Binaries
4645 If you make a change that you want to contribute, make a context diff
4746 and send it to the mailing list.
4847
49- Access
50-
51- The mailing list for discussion is pgsql-hackers-win32@postgresql.org.
52- You can subscribe by sending an email body containing the word
53- subscribe to pgsql-hackers-win32-request@postgresql.org.
54-
5548Resources
5649
5750 There are several resources that helped us complete this port: