Last active
April 3, 2020 03:30
-
-
Save lsevero/05b63694ac13c6112bbdfae60fc1bdf2 to your computer and use it in GitHub Desktop.
compile pgmodeler on ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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