pgsql: Doc: improve directions for building on macOS.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Doc: improve directions for building on macOS.
Дата
Msg-id E1l36L8-0006ni-LS@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
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/4dd2c3b1c3e940b09c3b26d30cd37c66c4deda4d

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.