2017-11-06

MSYS2 安裝

MSYS2算是Ruby標準的編譯套件,所以安裝MSYS2後




pacman -Syu --needed --noconfirm 更新系統

安裝gcc
pacman -S --needed --noconfirm autoconf autoconf2.13 automake-wrapper automake1.10 automake1.11 automake1.12 automake1.13 automake1.14 automake1.15 automake1.6 automake1.7 automake1.8 automake1.9 diffutils file gawk grep libtool m4 make patch pkg-config sed texinfo texinfo-tex wget mingw-w64-x86_64-binutils mingw-w64-x86_64-crt-git ming-w64-x86_64-gcc ming-w64-x86_64-gcc-libs ming-w64-x86_64-headers-git ming-w64-x86_64-libmangle-git ming-w64-x86_64-libwinpthread-git ming-w64-x86_64-make ming-w64-x86_64-pkg-config ming-w64-x86_64-tools-git ming-w64-x86_64-winpthreads-git ming-w64-x86_64-winstorecompat-git

單獨安裝
pacman -S --needed base-devel mingw-w64-i686-toolchain  \
                   git subversion mercurial \
                   mingw-w64-i686-cmake

安裝boost
pacman -Sy mingw-w64-i686-boost mingw-w64-x86_64-boost

沒有留言: