Re: Windows default locale vs initdb

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Ertan Küçükoglu <ertan(dot)kucukoglu(at)gmail(dot)com>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Noah Misch <noah(at)leadboat(dot)com>, Juan José Santamaría Flecha <juanjo(dot)santamaria(at)gmail(dot)com>
Subject: Re: Windows default locale vs initdb
Date: 2024-08-08 11:39:37
Message-ID: 26676709-abf7-4f54-80fd-43e5a15b29d6@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jelte Fennema-Nio 2024-08-08 11:48:49 Re: Partial aggregates pushdown
Previous Message Andrew Dunstan 2024-08-08 11:27:51 Re: Add trim_trailing_whitespace to editorconfig file