Skip to content

Commit

Permalink
doc: update CentOS/RedHat installation notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ibarwick committed Oct 21, 2020
1 parent 1576635 commit f88d9d9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion INSTALL-centos-redhat.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,13 @@ it will be installed on.

#### Building

Ensure the `PGXS` build system can locate the Firebird header files with:

export PG_CPPFLAGS="-I /usr/include/firebird"

Ensure the `pg_config` binary for the taregt PostgreSQL version is in
the shell path; then execute:

`make && sudo make install`
make && sudo make install

which should build and install `firebird_fdw`.

0 comments on commit f88d9d9

Please sign in to comment.