Install QGIS on Mojave 10.14.3
This file contains 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
brew cask install xquartz | |
brew tap osgeo/osgeo4mac | |
brew unlink python && brew link --force python | |
brew reinstall ninja gsl python qt osgeo-sip osgeo-pyqt osgeo-pyqt-webkit osgeo-qscintilla2 six bison flex pkg-config | |
brew link --overwrite osgeo-pyqt | |
brew unlink gettext && brew link --force gettext | |
ulimit -n 2048 | |
brew install osgeo-qgis |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment