-
-
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?
Conversation
and move up the Qt6 instructions.
🪟 Windows Qt6 buildsDownload Windows Qt6 builds of this PR for testing. 🍎 MacOS Qt6 buildsDownload MacOS Qt6 builds of this PR for testing. |
INSTALL.md
Outdated
| 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 |
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.
In other places it's dnf, is the 5 a typo?
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.
I can see that dnf5 is a new command in recent releases (link in French). If a Fedora user can tell us which one to use here and other places...
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.
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.
@m-kuhn dnf is the proper command. In fedora, several versions of dnf may be installed (e.g. dnf-3, dnf4, dnf5) but dnf always points to the default package manager version of each fedora release.
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.
Thanks @basilrabi
| dnf5 install -y --setopt=install_weak_deps=False proj-devel | |
| dnf install -y --setopt=install_weak_deps=False proj-devel |
INSTALL.md
Outdated
|
|
||
| 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. |
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.
| new subdirectory called `build` or `build-qt6` in it. | |
| new subdirectory called `build` in it. |
or if we want to keep it, it would be build-[whatever] here
INSTALL.md
Outdated
|
|
||
| Make sure that your build directory is completely empty when you enter the | ||
| following command. Do never try to "re-use" an existing Qt5 build directory. | ||
| following command. Do never try to "re-use" an existing build directory. |
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.
and move up the Qt6 instructions.
I don't have experience with Fedora so no checks here, only text replacement.