-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Remove Qt5 install instructions for Fedora #64442
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -20,7 +20,6 @@ Building QGIS from source - step by step | |||||
| + [3.10.1. Install build dependencies](#3101-install-build-dependencies) | ||||||
| + [3.10.2. Suggested system tweaks](#3102-suggested-system-tweaks) | ||||||
| + [3.10.3. Additional tools for QGIS development](#3103-additional-tools-for-qgis-development) | ||||||
| + [3.10.4. QT6 builds with Fedora Rawhide](#3104-qt6-builds-with-fedora-rawhide) | ||||||
| * [3.11. Building on Linux with vcpkg](#311-building-on-linux-with-vcpkg) | ||||||
| * [3.12. Building and running with Nix](#312-building-and-running-with-nix) | ||||||
| - [4. Building on Windows](#4-building-on-windows) | ||||||
|
|
@@ -460,16 +459,23 @@ dpkg-buildpackage -us -uc -b | |||||
| ## 3.10. On Fedora Linux | ||||||
|
|
||||||
| We assume that you have the source code of QGIS ready and created a | ||||||
| new subdirectory called `build` or `build-qt5` in it. | ||||||
| new subdirectory called `build` or `build-qt6` in it. | ||||||
|
|
||||||
| ### 3.10.1. Install build dependencies | ||||||
|
|
||||||
| To save ~ 700 MB, if you want to install PROJ without its optional grids, first do: | ||||||
|
|
||||||
| ```bash | ||||||
| dnf5 install -y --setopt=install_weak_deps=False proj-devel | ||||||
|
||||||
| dnf5 install -y --setopt=install_weak_deps=False proj-devel | |
| dnf install -y --setopt=install_weak_deps=False proj-devel |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| following command. Do never try to "re-use" an existing build directory. | |
| following command. |
I think that's clear from the previous sentence and probably a leftover from qt5 to qt6 transition.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
or if we want to keep it, it would be
build-[whatever]here