vibhorkum / pg_background

pg_background
GNU General Public License v3.0
136 stars 35 forks source link

Trouble Installing #11

Closed danielleevandenbosch closed 5 years ago

danielleevandenbosch commented 5 years ago

I am running ubuntu server. I was wondering where I could git clone the file. And I don't understand step 2 in the readme.md

sa73917 commented 5 years ago

Unless you're planning on editing the code, don't bother cloning the repo just click the Clone or download button and download the zip. Unzip it and cd to the directory it creates. Step 2 he's telling you to ensure the pg_config command (which is in your postgres binaries directory) is in your PATH (as the make command needs to use it). You'll also need to ensure you have gcc and openssl-devel installed to do the make :-)

vibhorkum commented 5 years ago

Thank you @sa73917 for taking care of this question