The link to instructions was included in the thread initiation email: https://github.com/ qgis/QGIS/blob/master/INSTALL.md#39-building-different-branches[1]
Also the OS: KDE Neon which runs on Ubuntu 22.04. I've got to this point as the jammy packages have an incompatibility with neon, and the flatpack packages are way out of date. The initial clone command was git clone https://github.com/qgis/QGIS.git I'm not at all familiar with git, but have been able to pick up a bit over the last few days and been able to successfully build the development version. My problem now is in building the latest stable version - If another method exists that's fine. My build tree looks like: *.* └── *QGIS* ├── *build-master* ├── *.ci* ├── *cmake* ├── *cmake_templates* ├── *debian* ├── *doc* ├── *.docker* ├── *editors* ├── *external* ├── *.git* ├── *.github* ├── *i18n* ├── *images* ├── *linux* ├── *mac* ├── *ms-windows* ├── *postinstall* ├── *python* ├── *release-3_36* ├── *resources* ├── *rpm* ├── *scripts* ├── *src* ├── *tests* └── *.tx* with *~/dev/cpp/QGIS/release-3_36*$ git status On branch release-3_36 nothing to commit, working tree clean On Saturday 4 May 2024 12:11:41 AM ACST Greg Troxel via QGIS-Developer wrote: > Tony Bazeley via QGIS-Developer <qgis-developer@lists.osgeo.org> writes: > > Not having much luck I'm afraid > > > > I've done a completely new reinstall and followed the instructions down to > > git fetch /qgis/master > > Can you point to the instructions? This all seems very strange. > I would just expect to clone the repo and checkout the branch you want. > > (I also don't follow what you are rebasing if you are just trying to > build from git.) > > you left out os/version/etc. and didn't show the clone command. > > > > Also, are you already quite familiar with git, and have you successfully > cloned, made changes on a branch, pushed it, with sometthing else? > _______________________________________________ > QGIS-Developer mailing list > QGIS-Developer@lists.osgeo.org > List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer > Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer -------- [1] https://github.com/qgis/QGIS/blob/master/INSTALL.md#39-building-different-branches
_______________________________________________ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer