Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign updependency for make #78
Comments
Hi @ant1j, Have you tried |
Sure, and also What I wanted to say is that maybe those libraries could be listed in the installation documentation. |
Well... I get your idea, but IMHO it's not worth it. You see, pg_pathman is completely OS-agnostic. It works on all kinds of Linux, Windows, Solaris and god only knows what else, as long as PostgreSQL supports that particular platform. It's easy to write a small how-to for Ubuntu, but:
|
OK understood. Thanks for your answers and time |
Could it be possible to list the libraries needed to build the extension?
I am on Ubuntu and I need to
apt-get install
multiple time and guess the potentialdev
package that is needed to build this extension.Would be very useful and save a lot of time.
Thanks