Skip to content

Instantly share code, notes, and snippets.

View knnth's full-sized avatar
🎯
Focusing

Kenneth Reis knnth

🎯
Focusing
View GitHub Profile
@knnth
knnth / gist:1dc2975699ee5144d4d3f68b1d269624
Created November 26, 2021 14:00
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