Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
howtos:win32:msys2 [2022/10/16 10:56] – Update MSYS2 build information enrico | 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 | ||
Line 44: | Line 44: | ||
pacman -S rsync | pacman -S rsync | ||
# for GTK bundle creation and release creation | # for GTK bundle creation and release creation | ||
- | pacman -S curl tar dos2unix zip unzip mingw-w64-x86_64-osslsigncode mingw-w64-x86_64-nsis | + | pacman -S curl tar dos2unix zip unzip mingw-w64-x86_64-osslsigncode mingw-w64-x86_64-nsis |
Make sure you have not installed both `gcc` and `mingw-w64-x86_64-gcc`, | Make sure you have not installed both `gcc` and `mingw-w64-x86_64-gcc`, |