Re: Windows default locale vs initdb - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Windows default locale vs initdb
Date
Msg-id 26676709-abf7-4f54-80fd-43e5a15b29d6@dunslane.net
Whole thread Raw
In response to Re: Windows default locale vs initdb  (Ertan Küçükoglu <ertan.kucukoglu@gmail.com>)
List pgsql-hackers


On 2024-08-08 Th 4:08 AM, Ertan Küçükoglu wrote:
I already installed Visual Studio 2022 with C++ support as suggested in https://www.postgresql.org/docs/current/install-windows-full.html
I cloned codes in the system.
But, I cannot find any "src/tools/msvc" directory. It is missing.
Document states I need everything in there
"The tools for building using Visual C++ or Platform SDK are in the src\tools\msvc directory."
It seems I will need help setting up the build environment.

I am willing to be a tester for Windows given I could get help setting up the build environment.
It also feels documentation needs some update as I failed to find necessary files.


If you're trying to build the master branch those documents no longer apply. You will need to build using meson, as documented here: <https://www.postgresql.org/docs/17/install-meson.html>


cheers


andrew


--
Andrew Dunstan
EDB: https://www.enterprisedb.com

pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Add trim_trailing_whitespace to editorconfig file
Next
From: Jelte Fennema-Nio
Date:
Subject: Re: Partial aggregates pushdown