anse1 / sqlsmith

A random SQL query generator
GNU General Public License v3.0
754 stars 128 forks source link

Update README.org #14

Closed gregrahn closed 7 years ago

gregrahn commented 7 years ago

Add pkg-config to brew install command to avoid this error:

./configure
...
checking for PostgreSQL libraries... yes
./configure: line 4064: syntax error near unexpected token `LIBPQXX,'
./configure: line 4064: `PKG_CHECK_MODULES(LIBPQXX, libpqxx >= 4.0)'
anse1 commented 7 years ago

Thanks, applied.