[Qgis-developer] Compiling QGIS on Mavericks

Larry Shaffer larrys at dakotacarto.com
Sat Apr 12 15:31:55 PDT 2014


Hi Andrew,

Just a quick note that if you have installed the qgis-22 formula, it
creates symlinks to your HOMEBREW_PREFIX. These are for the command line
launching utility and for the Python 'qgis' modules. If you also compile
your own build you will need to ensure the generated Python modules in
<build-dir>/output/python are parsed first, e.g. prepended to sys.path, or
you will not have the modules based off of your master, but the from the
stable version. You can also just do the following:

`brew unlink qgis-22`  <-- removes ~4 symlinks

This still leaves qgis-22 in a run-able state from:

HOMEBREW_PREFIX/opt/qgis-22/QGIS.app
- or -
HOMEBREW_PREFIX/opt/qgis-22/bin/qgis

In this manner, you can have several versions installed, e.g. 2.0, 2.2;
though, they share user config files - so don't run them all at once.  :-)

Regards

Larry


On Fri, Apr 11, 2014 at 6:02 PM, nzfarmer <andrew at southweb.co.nz> wrote:

> See original thread <https://github.com/OSGeo/homebrew-osgeo4mac>
>
>
>
> --
> View this message in context:
> http://osgeo-org.1560.x6.nabble.com/Compiling-QGIS-on-Mavericks-tp5134650p5134681.html
> Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
> _______________________________________________
> Qgis-developer mailing list
> Qgis-developer at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-developer
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-developer/attachments/20140412/1e072104/attachment.html>


More information about the Qgis-developer mailing list