Skip to content

Instantly share code, notes, and snippets.

@lsevero
Last active April 3, 2020 03:30
Show Gist options
  • Save lsevero/05b63694ac13c6112bbdfae60fc1bdf2 to your computer and use it in GitHub Desktop.
Save lsevero/05b63694ac13c6112bbdfae60fc1bdf2 to your computer and use it in GitHub Desktop.
compile pgmodeler on ubuntu
wget https://github.com/pgmodeler/pgmodeler/archive/v0.9.2.zip #latest version at time of writing
unzip v0.9.2.zip -d pgmodeler
pushd pgmodeler
sudo apt-get install qtbase5-dev-tools qt5-default libqt5svg5-dev gcc libxml2-dev postgresql libpq-dev qttools5-dev
qmake pgmodeler.pro
make
sudo make install
popd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment