Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf88fff1

Browse files
committed
Our MingW FAQ appears to be seriously out of date. Couple of fixes: we
want to direct MSI downloads to main download site, NT4 not supportedanymore, msvc build env in progress, pgsql-hackers-win32 is no more.Magnus Hagander
1 parentaaef29b commitf88fff1

File tree

2 files changed

+21
-33
lines changed

2 files changed

+21
-33
lines changed

‎doc/FAQ_MINGW

Lines changed: 13 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,23 @@
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

1921
Tools 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

3534
Steps 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-
5548
Resources
5649

5750
There are several resources that helped us complete this port:

‎doc/src/FAQ/FAQ_MINGW.html

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,28 +23,28 @@ <h1 style="text-align: center;">Compiling PostgreSQL On Native Win32 FAQ<br>
2323

2424
<p>The native Win32 port is built from source using MinGW tools.&nbsp;
2525
There is also a precompiled binary installer called<span
26-
style="font-style: italic;">pginstaller</span> which you candownload
26+
style="font-style: italic;">pginstaller</span> which you canfind at
2727
from<ahref="http://pgfoundry.org/projects/pginstaller">http://pgfoundry.org/projects/pginstaller</a>.&nbsp;
28-
It is a fully native build and uses no additional software like MinGW.<br>
28+
It is a fully native build and uses no additional software like MinGW.
29+
The ready-made instlaler files are available on the main PostgreSQL ftp servers
30+
in the binary/win32 directory.
31+
<br>
2932
</p>
3033
<h2>Tools for Building Binaries<br>
3134
</h2>
3235
<p> The native Win32 port requires a 32-bit NT-based Microsoft
3336
operating
3437
system, like Windows NT 4, Windows 2000/2003, or Windows XP. (NT 4
35-
doesn't support tablespaces because it doesn't support the junction
36-
points needed for symlinks.)&nbsp; Earlier
38+
is no longer supported since version 8.2)&nbsp; Earlier
3739
operating systems do not have sufficient infrastructure. Building the
3840
port also
3941
requires MinGW and Msys, which can be downloaded from<a
4042
href="http://www.mingw.org/">http://www.mingw.org/</a>. MinGW is
4143
a Unix-like build environment for Microsoft operating systems.
4244
Msys is a collection of unix tools required to run shell scripts like<i>configure.&nbsp;
4345
</i>Neither is required to run the resulting binaries;&nbsp; they are
44-
needed only for creating the binaries.&nbsp; We have no intention
45-
of supporting Visual C; their build environment is just too different
46-
from Unix, and maintenance of such a build environment would be too
47-
burdensome.<br>
46+
needed only for creating the binaries.&nbsp; Work is in progress to support
47+
building using Visual C++ in a future version.<br>
4848
</p>
4949
<h2>Steps For Building Binaries<br>
5050
</h2>
@@ -66,11 +66,6 @@ <h2>Steps For Building Binaries<br>
6666
If you make a change that you want to contribute, make a context diff
6767
and send
6868
it to the mailing list.<br>
69-
<h2>Access</h2>
70-
The mailing list for discussion is
71-
<i>pgsql-hackers-win32@postgresql.org</i>. You can subscribe by sending
72-
an email body containing the word<i>subscribe</i> to<i><a
73-
href="mailto:pgsql-hackers-win32-request@postgresql.org">pgsql-hackers-win32-request@postgresql.org</a></i>.<br>
7469
<h2>Resources</h2>
7570
There are several resources that helped us complete this port:<br>
7671
<ul>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp