Building programs with libpq
Igor Korot <[email protected]> Mon, 24 Sep 2018 20:36:41 -0500
| Newsgroups | gmane.comp.db.postgresql.odbc |
|---|---|
| Message-ID | <CA+FnnTx5Yf4gSMePPMbUCdgzbCH4w7dQwLi2YJa9FSd52ESwfg@mail.gmail.com> |
Hi, https://www.postgresql.org/docs/9.5/static/libpq-build.html tells I need pkg-config to supply to the Makefile to be able to build the program. However it is availble on *nix only and not on Mac. Is there Mac equivalent? I'm doing development on Xcode, so maybe pg-config is enough? Thank you.