-
安装C/C++运行环境
需要安装 python(https://www.python.org/)或者visual studio, -
安装Atom
下载 https://atom.io/ -
设置系统环境变量
管理员打开cmd1
2
3
4
5
6
7
8Windows 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 -
开始使用