Skip to content

Conversation

@DelazJ
Copy link
Contributor

@DelazJ DelazJ commented Jan 5, 2026

and move up the Qt6 instructions.

I don't have experience with Fedora so no checks here, only text replacement.

and move up the Qt6 instructions.
@github-actions github-actions bot added this to the 4.0.0 milestone Jan 5, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Jan 5, 2026

🪟 Windows Qt6 builds

Download Windows Qt6 builds of this PR for testing.
(Built from commit 1ad3faa)

🍎 MacOS Qt6 builds

Download MacOS Qt6 builds of this PR for testing.
This installer is not signed, control+click > open the app to avoid the warning
(Built from commit 1ad3faa)

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
Copy link
Member

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?

Copy link
Contributor Author

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...

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @basilrabi

Suggested change
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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants