History | View | Annotate | Download (54 KB)
INSTALL.md: Fix fedora38 packages
There is no `qwt-devel` but `qwt-qt5-devel`, already mentionned before
update debian oracle support (followup 982fea528779e9)
debian packaging: update to latest oracle client
Fix MD formatting in sec. 5.5
References to variables in paths without backticks (`) causes parts the paragraph to be interpreted as TeX math
INSTALL.md add link to build dependencies to debian packaging section
debian packaging: add libdraco-dev
Add draco-devel to Fedora dependencies
more formatting
debian packaging: add debian bookworm and build-essential to scandeps.pl(superceeds #52813, #52875)
Update windows build instructions
Remove outdated installation instruction
debian packaging: drop focal (Qt 5.13 and GEOS 3.7 required; last packaged version is 3.26)
Fix some broken links (#52788)
Osgeo4w moved and the 32 bit version is no longer available
Add build dependencies for fedora 38
Update INSTALL.md: remove deprecated git:// URL
The git:// protocol stopped working almost a year ago:https://github.blog/2021-09-01-improving-git-protocol-security-github/
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)