Re: Building libpq independently of server
Igor Korot <[email protected]> Fri, 5 Oct 2018 13:53:13 -0500
| Newsgroups | gmane.comp.db.postgresql.odbc |
|---|---|
| Message-ID | <CA+FnnTzva6QDV=Y9027L6mSDHthj2mu7vns5tkz2GfTCx8bghw@mail.gmail.com> |
Hi, Tom, On Fri, Sep 14, 2018 at 10:55 PM Tom Lane <[email protected]> wrote: > > Igor Korot <[email protected]> writes: > > Is there a way to build libpq on OSX without buillding the whole server? > > Doesn't this work for you? > > $ ./configure ... > $ cd src/interfaces/libpq > $ make > $ make install It looks like I will also need to build pg_config. Where it is resides and how do I build it? Thank you. > > regards, tom lane