Re: Building Postgres with lz4 on Visual Studio

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Melih Mutlu <m(dot)melihmutlu(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Building Postgres with lz4 on Visual Studio
Date: 2022-04-26 02:19:53
Message-ID: YmdWyQ7nWACDTMQq@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Apr 13, 2022 at 05:21:41PM +0300, Melih Mutlu wrote:
> I tried to build Postgres from source using Visual Studio 19. It worked all
> good.
> Then I wanted to build it with some dependencies, started with the ones
> listed here [1]. But I'm having some issues with lz4.
>
> First I downloaded the latest release of lz4 from this link [2].
> Modified the src\tools\msvc\config.pl file as follows:

Yeah, that's actually quite an issue because there is no official
release for liblz4.lib, so one has to compile the code by himself to
be able to get his/her hands on liblz4.lib. zstd is similarly
consistent with its release contents.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2022-04-26 02:36:02 Re: [Proposal] vacuumdb --schema only
Previous Message Michael Paquier 2022-04-26 01:55:51 Re: Cryptohash OpenSSL error queue in FIPS enabled builds