Enrique M writes:
> Is there a way to build postgresql and install with uuid-ossp without
> having to build the documentation? I don't really need the documentation
> for my test.
Use "make all contrib" instead of "make world".
regards, tom lane
--
Sent via pgsql-hacke
I am going to try and switch to macports instead... I see the documentation
provides the macports command for installing the toolset...
https://www.postgresql.org/docs/9.6/static/docguide-toolsets.html Thank
you.
On Sat, Sep 24, 2016 at 4:52 PM Enrique M
wrote:
> I am trying to do a macOS build
I am trying to do a macOS build of postgresql (9.6 stable branch from
github) with the uuid-ossp contrib by typing "make world" but it fails due
to an openjade error (I did install openjade using homebrew using this
setup https://github.com/petere/homebrew-sgml).
Is there a way to build postgresql