0
点赞
收藏
分享

微信扫一扫

C++之环境搭建

少_游 2022-07-18 阅读 70

1.安装g++

下载https://sourceforge.net/projects/mingw/files/Installer/mingw-get/mingw-get-0.6.2-beta-20131004-1/mingw-get-0.6.2-mingw32-beta-20131004-1-bin.zip/download

将其解压至 C:\mingw

cd c:\mingw\bin

mingw-get upgrade

mingw-get install gcc g++

添加环境变量

 

2.安装make

下载:https://sourceforge.net/projects/gnuwin32/files/make/3.81/make-3.81.exe/download?use_mirror=jaist&download=

安装

添加环境变量C:\Program Files\GnuWin32\bin

 

压缩套装:http://pan.baidu.com/s/1pK7j4Fp

黄世宇/Shiyu Huang's Personal Page:​​https://huangshiyu13.github.io/​​



举报

相关推荐

0 条评论