Skip to content

Commit fc906ed

Browse files
gregrahnanse1
authored andcommitted
Update README.org
Add pkg-config to brew install command to avoid this error: checking for PostgreSQL libraries... yes ./configure: line 4064: syntax error near unexpected token `LIBPQXX,' ./configure: line 4064: `PKG_CHECK_MODULES(LIBPQXX, libpqxx >= 4.0)'
1 parent e811aba commit fc906ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.org

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ optional:
4343

4444
In order to build on Mac OSX, assuming you use Homebrew, run the following
4545

46-
: brew install libpqxx automake libtool autoconf autoconf-archive
46+
: brew install libpqxx automake libtool autoconf autoconf-archive pkg-config
4747
: cd sqlsmith
4848
: autoreconf -i # Not needed when building from a release tarball
4949
: ./configure

0 commit comments

Comments
 (0)