Re: PSA: Autoconf has risen from the dead

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: PSA: Autoconf has risen from the dead
Date: 2022-07-05 18:42:03
Message-ID: CA+TgmoY6j0Bi2DwYEpxua+DgEBEdSDK8voWYc7cw2Yd=uLeOtQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, Jul 3, 2022 at 1:17 PM Andres Freund <andres(at)anarazel(dot)de> wrote:
> Yea, I guess I should start a documentation section...
>
> I've only used homebrew on mac, but with that it should be something along the
> lines of
>
> brew install meson
> meson setup --buildtype debug -Dcassert=true build-directory
> cd build-directory
> ninja
>
> of course if you want to build against some dependencies and / or run tap
> tests, you need to do something similar to what you have to do for
> configure. I.e.
> - install perl modules [1]
> - tell the build about location of homebrew [2]

Since I'm a macports user I hope at some point we'll have directions
for that as well as for homebrew.

--
Robert Haas
EDB: http://www.enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2022-07-05 18:43:33 Re: Emit extra debug message when executing extension script.
Previous Message Robert Haas 2022-07-05 18:40:21 Re: pg15b2: large objects lost on upgrade