IDE Atom 安装

  1. 安装C/C++运行环境
    需要安装 python(https://www.python.org/)或者visual studio,

  2. 安装Atom
    下载 https://atom.io/

  3. 设置系统环境变量
    管理员打开cmd

    1
    2
    3
    4
    5
    6
    7
    8
    Windows temporary:
    set ATOM_NODE_URL=http://gh-contractor-zcbenz.s3.amazonaws.com/atom-shell/dist

    Windows permanently:
    setx ATOM_NODE_URL http://gh-contractor-zcbenz.s3.amazonaws.com/atom-shell/dist /M

    Linux
    export ATOM_NODE_URL=http://gh-contractor-zcbenz.s3.amazonaws.com/atom-shell/dist
  4. 开始使用