Re: Simplify documentation related to Windows builds

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Simplify documentation related to Windows builds
Дата
Msg-id Zbis8bM2WcHvz4Ud@paquier.xyz
обсуждение исходный текст
Ответ на Re: Simplify documentation related to Windows builds  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: Simplify documentation related to Windows builds  (Nazir Bilal Yavuz <byavuz81@gmail.com>)
Re: Simplify documentation related to Windows builds  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On Fri, Jan 19, 2024 at 06:11:40AM -0500, Andrew Dunstan wrote:
> FYI Strawberry was a bit stuck for a while at 5.32, but they are now up to
> 5.38. See <https://strawberryperl.com/releases.html>
>
> I agree we shouldn't be recommending any particular perl distro, especially
> not ASPerl which now has annoying license issues.

The more I think about this thread, the more I'd tend to wipe out most
of "windows-requirements" for the sole reason that it is the far-west
regarding the various ways it is possible to get the dependencies we
need for the build and at runtime.  We could keep it minimal with the
set of requirements we are listing under meson in terms of versions:
https://www.postgresql.org/docs/devel/install-requirements.html

Then we could have one sentence recommending one, at most two
facilities used the buildfarm, like https://www.msys2.org/ or
chocolatey as these group basically all the dependencies we need for a
meson build (right?) while linking back to the meson page about the
version requirements.

One issue I have with the meson page listing the requirements is that
we don't directly mention Diff, but that's critical for the tests.

Thoughts?
--
Michael

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Inconsistency in reporting checkpointer stats
Следующее
От: Pavel Stehule
Дата:
Сообщение: why there is not VACUUM FULL CONCURRENTLY?