You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These notes are my setup guide for a development environment for QGIS.
The notes are organised by Linux distro and also include other configuration notes
I find useful on machines I set up. They are mainly a reference for myself,
but feel free to use and share and send corrections if you find something amiss.
If you need commercial help with QGIS or FOSSGIS related workflows, please
contact [email protected]
Press c then gto configure then generate the makefiles.
Then do this (substituting the number after -j for the number of
cores you wish to use to compile with.
make -j16
output/bin/qgis
At any time you can relaunch QGIS without recompiling using the last command above.
Fetch updates and recompile
cd ~/dev/cpp/QGIS
git fetch origin
# Note any local changes will be lost with this next command!
git reset --hard origin/master
cd ..
cd QGIS-Debug-Build
Then do this (substituting the number after -j for the number of
cores you wish to use to compile with.
make -j16
output/bin/qgis
Some optional extras
# Needed for pgcrypto extension
sudo dnf install postgresql-contrib
# For performance measuring - see https://github.com/KDAB/hotspot#using
sudo dnf install hotspot perf