pgsql: Doc: improve directions for building on macOS.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Doc: improve directions for building on macOS.
Дата
Msg-id E1l36L8-0006nZ-KI@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Doc: improve directions for building on macOS.

In light of recent discussions, we should instruct people to
install Apple's command line tools; installing Xcode is secondary.

Also, fix sample command for finding out the default sysroot,
as we now know that the command originally recommended can give
a result that doesn't match your OS version.

Also document the workaround to use if you really don't want
configure to select a sysroot at all.

Discussion: https://postgr.es/m/20210119111625.20435-1-james.hilliard1@gmail.com

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/29ba00598fe17ad2cc3aa26eccc2f88e408959e9

Modified Files
--------------
doc/src/sgml/installation.sgml | 26 +++++++++++++++++++++++++-
1 file changed, 25 insertions(+), 1 deletion(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Avoid redundantly prefixing PQerrorMessage for a connection fail
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pgsql: Re-allow DISTINCT in pl/pgsql expressions.