[QGIS-Developer] Build problems using install instructions -building branches

Even Rouault even.rouault at spatialys.com
Mon May 20 16:43:20 PDT 2024


Hi,

The procedure at 
https://github.com/qgis/QGIS/blob/master/INSTALL.md#39-building-different-branches 
is more for developers to create feature branches and submit pull requests

To just built the release-3_36 branch,

Assuming that "origin" is your remote pointing to 
https://github.com/qgis/qgis  (if not "git remote add origin 
https://github.com/qgis/qgis", or replace origin by the name of the 
remote that points to https://github.com/qgis/qgis )

from your release-3_36 directory:
git fetch origin release-3_36
git reset --hard origin/release-3_36    # make sure you have no local 
changes before doing that!

Even

-- 
http://www.spatialys.com
My software is free, but my time generally not.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-developer/attachments/20240521/54f267fc/attachment.htm>


More information about the QGIS-Developer mailing list