Windows 下怎样打开dev—c++的gcc啊?

来源:百度知道 编辑:UC知道 时间:2024/06/18 00:37:34

gcc的什么东西啊?
去下面这个网站
http://www.bloodshed.net/dev/devcpp.html
有包含GCC:
Dev-C++ 5.0 beta 9.2 (4.9.9.2) (9.0 MB) with Mingw/GCC 3.4.2
Dev-C++ version 4.9.9.2, includes full Mingw compiler system with GCC 3.4.2 and GDB 5.2.1 See NEWS.txt for changes in this release.

是指在终端中使用gcc吗?
如果是的话可以这样把它添加到path:
右击我的电脑->高级->环境变量->双击Path ->在 变量值 项后面添上(注意一定是添上而不是覆盖) ";devcpp的储存路径\Bin" (""之间的内容,不带"")
例如 我的devcpp储存在 D:\Program Files\dev-cpp
path的变量值是:
%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\ATI Technologies\ATI.ACE\Core-Static;D:\Program Files\Vim\vim71;D:\Program Files\Java\jdk1.6.0_12\bin;C:\Program Files\Common Files\Ahead\lib\;D:\Program Files\Vim\ctags57
就要在末尾添上
;D