Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs-src/tutorial/cross.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The mingw packages are in the AUR, you can either install manually or use a help

Fedora provides pre-compiled Mingw and GTK packages through its repositories. Both 64 and 32 bits are available (`mingw64-*` vs `mingw32-*`), of which you probably want the 64 bits packages.

dnf install mingw64-gcc mingw64-pango mingw64-poppler mingw64-gtk3
dnf install mingw64-gcc mingw64-pango mingw64-poppler mingw64-gtk3 mingw64-winpthreads-static

### openSUSE

Expand Down