You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-src/tutorial/cross.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,20 +25,25 @@ The mingw packages are in the AUR, you can either install manually or use a help
25
25
pacaur -S mingw-w64-pango
26
26
pacaur -S mingw-w64-poppler
27
27
pacaur -S mingw-w64-gtk3
28
+
28
29
### Fedora
29
30
30
31
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.
### Be advised that the windows:mingw:win64 project only provides mingw64-gtk3 at version 3.22-15, you will only be able to compile programs requiring GTK features v3_22-15 and lower.
35
38
36
39
openSUSE is similar to fedora with differences on the packages to install
0 commit comments