This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# PostgreSQL can be on a remote server but you'll need root privileges in Linux and superuser in PostgreSQL. | |
# First install build tools | |
sudo su | |
# you can also use apt | |
aptitude install build-essential | |
aptitude install postgresql-server-dev-9.4 | |
aptitude install libkrb5-dev # I had a dependency on kerberos, you might not |