3

msys2配置c开发环境,安装基础开发包

 1 year ago
source link: https://www.80shihua.com/archives/3266
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

msys2配置c开发环境,安装基础开发包 – 梦回故里

梦回故里 梦回故里是一个php程序员的个
梦回故里 趁着年轻,好好犯病。
会写一辈子代码的程序员

msys2配置c开发环境,安装基础开发包

2023-5-06 9:19

首先,打开 MSYS2 软件,执行以下命令更新包数据:

pacman -Syu

执行以下命令安装 C++ 开发环境,选择全部选择 all 即可:

pacman -S --needed base-devel mingw-w64-x86_64-toolchain

执行以下命令安装 gcc 编译器:

pacman -S mingw-w64-x86_64-gcc

执行以下命令安装 make 工具:

pacman -S make

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK