Install QGIS on Mac OS X
|
|
Install Quantum GIS on Mac OS X
The main release packages for Mac are maintained by Kyngchaos, aka William Kyngsburye. Thanks, Bill!
- Download packages needed here
- Quick and dirty install as follows in this sequence:
- GDAL Complete framwork (download and install .dmg)
- Maptolib Python Module (download and install .dmg)
- QGIS (download and install the package for your system: Snow Leapord, Lion, or Mountain Lion)
- After installing, launch QGIS
- if you encounter problems, try:
- open Terminal and as Superuser or Root run the command:
export PATH=/Library/Frameworks/GDAL.framework/Programs:$PATH
- relaunch QGIS
you should be all set with QGIS 2.0
|