C++之环境搭建

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

posted @ 2016-09-16 13:55  Shiyu_Huang  阅读(219)  评论(0编辑  收藏  举报