eulerto / pgquarrel

pgquarrel compares PostgreSQL database schemas (DDL)
BSD 3-Clause "New" or "Revised" License
390 stars 42 forks source link

Compiling on Ubuntu #54

Closed orian closed 6 years ago

orian commented 6 years ago

Leaving a notice. Compilation of pgquarrell (cmake) requires to find:

The easiest way to provide them on Ubuntu is to install packages:

sudo apt-get install libpq-dev postgresql-server-dev-all