zoukankan      html  css  js  c++  java
  • DevC++安装

    1. 下载
    前往Dev-C++的官方网址http://www.bloodshed.net/dev/devcpp.html下载安装文件。注意,Dev-C++有三个版本,一个是含MinGW版,一个是不含MinGW版,还有一个是源码。我们一般选择第一个版本,也就是含MinGW版进行安装。

    2. 安装

    双击下载好的安装文件,进行完全(FULL)安装。如果不执行完全安装,可能会出现找不到GNU Make的错误(There doesn’t seem to be GNUMake file in PATH or in Dev-C++’s Bin path. Please make sure that you have GNU Make and adjust Binsetting or system PATH environment variable and that make setting in CompilerOption contains correct filename, otherwise you will not be able to compile anything.)。所以一定要注意。

    3. 运行

    安装完成后,双击Dev-C++的图标,执行Dev-C++。第一次运行的时候,Dev-C++会进行一些环境设置,可能会花些时间。

  • 相关阅读:
    C++防止头文件反复包括
    yppasswd, ypchfn, ypchsh
    yes
    Yacc
    xxd
    xpdf -Portable Document Format(PDF)文件阅读器
    xinetd
    xargs
    x25, PF_X25
    write -在一个文件描述符上执行写操作
  • 原文地址:https://www.cnblogs.com/lilei9110/p/1858075.html
Copyright © 2011-2022 走看看