C++ 环境配置
发表于更新于
字数总计:1.3k 鞍山
C++环境配置C++ 环境配置
魔力刘易斯使用 MSYS2 安装 gcc 和 g++,并配置环境变量。
下载、安装
pacman -S --needed base-devel mingw-w64-ucrt-x86_64-toolchain
配置环境变量
位置
%MSYS2%\ucrt64\bin\g++.exe
%MSYS2%\ucrt64\bin\gcc.exe
%MSYS2%\ucrt64\bin\gdb.exe
添加
export PATH=$PATH:%MSYS2%/ucrt64/bin