Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
howtos:win32:msys2 [2024/09/12 17:24] – patch missing from packages for GTK bundle creation dnabre | howtos:win32:msys2 [2024/09/12 18:15] (current) – Provides the /usr/share/gettext/archive.dir.tar.xz that autopoint wants dnabre | ||
---|---|---|---|
Line 34: | Line 34: | ||
pacman -S mingw-w64-x86_64-binutils mingw-w64-x86_64-gcc mingw-w64-x86_64-gdb | pacman -S mingw-w64-x86_64-binutils mingw-w64-x86_64-gcc mingw-w64-x86_64-gdb | ||
# make and Autotools | # make and Autotools | ||
- | pacman -S make mingw-w64-x86_64-libtool mingw-w64-x86_64-pkgconf autoconf automake gettext | + | pacman -S make mingw-w64-x86_64-libtool mingw-w64-x86_64-pkgconf autoconf automake gettext |
# gtk family | # gtk family | ||
pacman -S mingw-w64-x86_64-gtk3 | pacman -S mingw-w64-x86_64-gtk3 |