projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e8b78e
)
Clarify that you need ActiveState perl 5.8 *or later* to build on Windows.
author
Heikki Linnakangas
Mon, 4 Jul 2011 19:30:27 +0000
(22:30 +0300)
committer
Heikki Linnakangas
Mon, 4 Jul 2011 19:42:33 +0000
(22:42 +0300)
doc/src/sgml/install-win32.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/install-win32.sgml
b/doc/src/sgml/install-win32.sgml
index a8d8fac56672f6e841ec96dbdf6937a43f8f4ac1..51ba6bc43d72c904807de23fa7bdf1a02634e9e5 100644
(file)
--- a/
doc/src/sgml/install-win32.sgml
+++ b/
doc/src/sgml/install-win32.sgml
@@
-158,7
+158,7
@@
$ENV{PATH}=$ENV{PATH} . ';c:\some\where\bison\bin';
ActiveState Perl is required to run the build generation scripts. MinGW
or Cygwin Perl will not work. It must also be present in the PATH.
Binaries can be downloaded from
-
> (Note: version 5.8 is required,
+
> (Note: version 5.8
or later
is required,
the free Standard Distribution is sufficient).