File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ brew services start postgresql
3939gem install pg -- --with-pg-config=/opt/local/lib/postgresql[version number]/bin/pg_config
4040```
4141
42- ## Installing libpq-dev or its equivalent for your OS:
42+ ## Installing libpq-dev or its equivalent for your OS
4343
4444** Ubuntu/Debian** : ` sudo apt install libpq-dev `
4545
@@ -49,6 +49,8 @@ gem install pg -- --with-pg-config=/opt/local/lib/postgresql[version number]/bin
4949
5050** ArchLinux** : ` pacman -S postgresql-libs `
5151
52+ ** OpenBSD** : ` pkg_add postgresql-client `
53+
5254** Windows** :
5355
5456```
Original file line number Diff line number Diff line change @@ -31,6 +31,9 @@ $if $pkgconfig('libpq') {
3131
3232 #flag freebsd -I/usr/local/include
3333 #flag freebsd -L/usr/local/lib
34+
35+ #flag openbsd -I/usr/local/include/postgresql
36+ #flag openbsd -L/usr/local/lib
3437}
3538
3639$if cross_compile ? && linux {
You can’t perform that action at this time.
0 commit comments