Hvis du vil undgå at bruge MacPorts, kan du downloade Postgres-appen og placere den i applikationsmappen.
Angiv derefter placeringen af den nyligt downloadede pg_config
:
gem install pg -- --with-pg-config=/Applications/Postgres.app/Contents/Versions/latest/bin/pg_config
Hvis du støder på problemer med manglende overskrifter, kan du prøve at angive include
mappe for appen:
gem install pg -- --with-pg-include='/Applications/Postgres.app/Contents/Versions/latest/include/'