History | View | Annotate | Download (52.3 KB)
Add python3-pyqt5.qtmultimedia dependency for debian based-distros
ref https://lists.osgeo.org/pipermail/qgis-developer/2023-January/065488.html
Add qtmultimedia5-dev for debian-based distro
Add qt5-qtmultimedia-devel to fedora build instructions
Remove indirect jinja2 and owslib Debian dependencies
These are mandatory for jinja2 and owslib, listed in theirrequirements.txt/setup.py files and installed by Debianpython3-jinja2 and python3-owslib.
At runtime owslib tests for lxml and pyproj. Leave those dependencies.
Remove unused httplib2 Debian dependency
Used by removed plugin:2073026f7c ("[processing] removed geoserver algorithms and moved postgisones to qgis agorithms group", 2014-06-08)
Remove Python future package from installation
Not used since:78af413dcc ("Remove python future compatibility layer", 2017-08-05)
GDAL also
Also nose2
Python3-mock is required for unit tests on Fedora
Add updated dnf install dependencies command for Fedora 37 (gdal-python3 -> python3-gdal)
feat(doc): add section with build flags in INSTALL.md
run scripts/scandeps.pl (followup efbd5eaffc)
[processing] Drop unmainted saga provider from QGIS install
This provider has not been maintained and does not work withnewer SAGA versions. Users are encouraged to use the 3rd-party"Processing Saga NextGen" plugin instead.
Remove Python six package from installation
Already removed from RPM template in:15e5419a74 ("Initial RPM sources update for QGIS3", 2017-10-01)
Python ext-libs removed in:f10e9eee7d ("remove python ext-libs that should meanwhile availableeverywhere", 2017-03-09)...
Bump minimum proj version to 7.2
Bump minimum GDAL version to 3.2
Bump minimum GEOS to version 3.9
Update version requires in INSTALL.md
Update docs to reflect Qt 5.13 minimum
debian packaging: disable pdal for ubuntu kinetic too
debian packaging: drop ubuntu hirsute and impish, add kinetic(closes #49522)
Add qt5-qtbase-odbc and qt5-qtbase-tds to fedora install guide
Only buster and focal are actually concerned
Be specific on versions that need external QT 3D headers
Add some extra packages to the Fedora install guide
Update build/development instructions for server landingpage webapp
Add dedicated cmake boolean option for server landingpage webapp
Node.js and yarn are needed for building server landingpage
Update INSTALL.md
Created properly formatted table for Fedora install build dependencies as suggested.
On Fedora 35 Workstation (fresh install), it is not possible to install dependencies following the instructions provided.2 packages have no match and some others are required but not included (python3-sip-devel protobuf-lite protobuf-lite-devel libzstd-devel qt5-qtserialport-devel)....
Add Qt53DExtras_DIR to build with 3D on Debian (#45697)
Align cmake version in install with code
debian packaging: add sip-build for sid/impish
fix macos build
bump qgis-deps in CI and INSTALL
add python3-pyqt5.qtpositioning
Update Python to 3.7 in INSTALL.md
Follow up of eb8066f2fe2811e087d661f03543c69717d5b604
scripts/scandeps.pl: drop qt5-default, add pandoc, run
debian packaging: fix hirsute
[qt6] Use RecursiveMutex instead of QMutex( QMutex::Recursive )
QMutex::Recursive will be gone.The replacement only entered the stage with Qt 5.14
Fix markup typo in INSTALL.md
Minor cleanup of INSTALL.md
- Remove extra indentation of code blocks that made copy'n'pasting ugly - Probably fixed in indentation bug for `~/.config/QtProject/qtlogging.ini`- Some homogenization of code markup, didn't look through all parts of the document though...
Co-authored-by: Harrissou Sant-anna <[email protected]>
Update INSTALL after MXE->Fedora-mingw64 switch
Bump Minimum Python version to 3.6
Update python build dep version
Bump minimum python version to 3.5
To get proper support for type hints
scandeps.pl run
simplify homebrew dependencies installation command
Remove "Building using MinGW" instructions
Add a semi-automated table of content for the Install file
Remove "creation of MSYS environment" instructions
Merge pull request #38101 from DelazJ/fixInstall
Typo, URL and formatting in the build instructions
Fix ccmake command argument for Mac (#38564)
Bump minimum cmake version to 3.10
Fixes #38327
More text formatting
Co-authored-by: Matthias Kuhn <[email protected]>
Update after review
Remove txt2tags dependency (use markdown instead)