NotePublic/Software/System/MSYS2/MSYS2_安装和使用.md

424 B
Raw Blame History

MSYS2 安装和使用

MSYS2 is a collection of tools and libraries providing you with an easy-to-use environment for building, installing and running native Windows software.

下载地址:MSYS2 官网

安装完成后,运行 MSYS2 MSYS。然后输入以下命令更新软件包数据库和核心包

pacman -Syu

安装开发工具:

pacman -S gcc make vim git