EnterpriseDB / mongo_fdw

PostgreSQL foreign data wrapper for MongoDB
GNU Lesser General Public License v3.0
326 stars 70 forks source link

Document compilation and install instructions #80

Closed dtheodor closed 2 years ago

dtheodor commented 7 years ago

The full compilation/install instructions are not part of the main readme, I found them only by searching in the repo issues and in readmes of past versions. Something like:

Make sure that you are running as root, and pg_config is in your PATH

./autogen.sh --with-legacy
make
make install
vaibhavdalvi93 commented 2 years ago

Hi @dtheodor, Are you still feel that compilation and installation steps are not clear by looking at the latest README? Can you please close this ticket if steps looks fine to you.