mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
- Main C++ core and gui classes and desktop app integration - Support for authentication method plugins - Does not contain any integration with service connections
19 lines
635 B
Bash
Executable File
19 lines
635 B
Bash
Executable File
brew tap osgeo/osgeo4mac
|
|
brew update
|
|
brew install osgeo/osgeo4mac/qgis-28 --without-postgis --without-postgresql --without-grass --without-gpsbabel --only-dependencies
|
|
brew install qca
|
|
brew install spawn-fcgi
|
|
brew install lighttpd
|
|
brew install poppler
|
|
|
|
brew ln bison --force
|
|
brew ln sqlite --force
|
|
brew ln openssl --force
|
|
brew ln expat --force
|
|
brew ln libxml2 --force
|
|
brew ln gettext --force
|
|
brew ln libffi --force
|
|
|
|
mkdir -p /Users/travis/Library/Python/2.7/lib/python/site-packages
|
|
echo 'import site; site.addsitedir("/usr/local/lib/python2.7/site-packages")' >> /Users/travis/Library/Python/2.7/lib/python/site-packages/homebrew.pth
|