windows config.pl question

Поиск
Список
Период
Сортировка
От Dmitry Markman
Тема windows config.pl question
Дата
Msg-id A3C1916E-F68D-4BAA-BFC7-82ECCEB56FDB@mac.com
обсуждение исходный текст
Ответы Re: windows config.pl question  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
Hi

I’d like to add icu/openssl support to my postgresql build on windows

documentation says that I have to modify config.pl file, however it's not clear what exactly I have to do

config-default.pl for example has the following line

icu       => undef,    # --with-icu=<path>

so, if I want to add icu support what exactly should I do?

should I replace undef with path?


icu       => <path_to_icu_install_area>,

is it correct?

if it’s correct does build support UNC paths?

thanks in advance

Dimitry Markman
Dmitry Markman

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

Предыдущее
От: ilmari@ilmari.org (Dagfinn Ilmari Mannsåker)
Дата:
Сообщение: Re: Doc patch: mention indexes in pg_inherits docs
Следующее
От: wenjing zeng
Дата:
Сообщение: Re: [Proposal] Global temporary tables