From: | Dmitry Markman <dmarkman(at)mac(dot)com> |
---|---|
To: | pgsql-hackers(at)lists(dot)postgresql(dot)org |
Subject: | windows config.pl question |
Date: | 2020-07-30 10:55:28 |
Message-ID: | A3C1916E-F68D-4BAA-BFC7-82ECCEB56FDB@mac.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | wenjing zeng | 2020-07-30 12:09:36 | Re: [Proposal] Global temporary tables |
Previous Message | Dagfinn Ilmari Mannsåker | 2020-07-30 09:56:22 | Re: Doc patch: mention indexes in pg_inherits docs |