Skip to content

Instantly share code, notes, and snippets.

@knnth
Created November 26, 2021 14:00
Show Gist options
  • Save knnth/1dc2975699ee5144d4d3f68b1d269624 to your computer and use it in GitHub Desktop.
Save knnth/1dc2975699ee5144d4d3f68b1d269624 to your computer and use it in GitHub Desktop.
Compile and Install pgModeler in macOS with homebrew
make clean
brew uninstall qt
brew install qt@5
/usr/local/opt/qt@5/bin/qmake -r pgmodeler.pro
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment