Skip to content

Commit 3b78a1b

Browse files
Merge pull request #193 from InfRandomness/heading-fix
Fix Heading issues
2 parents 5d867aa + 084729b commit 3b78a1b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs-src/tutorial/cross.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,25 @@ The mingw packages are in the AUR, you can either install manually or use a help
2525
pacaur -S mingw-w64-pango
2626
pacaur -S mingw-w64-poppler
2727
pacaur -S mingw-w64-gtk3
28+
2829
### Fedora
2930

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

3233
dnf install mingw64-gcc mingw64-pango mingw64-poppler mingw64-gtk3
34+
3335
### openSUSE
36+
3437
### 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.
3538

3639
openSUSE is similar to fedora with differences on the packages to install
3740

3841
## Tumbleweed
3942
zypper addrepo https://download.opensuse.org/repositories/windows:mingw:win64/openSUSE_Tumbleweed/windows:mingw:win64.repo
43+
4044
## Leap 15.2
4145
zypper addrepo https://download.opensuse.org/repositories/windows:mingw:win64/openSUSE_Leap_15.2/windows:mingw:win64.repo
46+
4247
## Leap 15.1
4348
zypper addrepo https://download.opensuse.org/repositories/windows:mingw:win64/openSUSE_Leap_15.1/windows:mingw:win64.repo
4449

0 commit comments

Comments
 (0)