Re: Building libpq independently of server
Igor Korot <[email protected]> Tue, 18 Sep 2018 10:29:38 -0500
| Newsgroups | gmane.comp.db.postgresql.odbc |
|---|---|
| Message-ID | <CA+FnnTxf=87VLVFyzDGyBnTU2kTu5ni6cOZUZbb9Se3knZDnwA@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 Is there a pre-built binaries for libpq for *nix/OSX available for download? I'm more interested in OSX... Or it is available for Windows only? Thank you. > > regards, tom lane