在 Windows 上安装 Atom
使用官方安装程序
从官方网站下载安装程序。它会自动将 atom
和 apm
(Atom Package Manager)添加到你的%PATH%
变量中。
从源头构建
要求 :
- Node.js 4.4.x 或更高版本
- Python 2.7.x
- 7zip 的
- Visual Studio(以下版本之一)
- Visual C++ Build Tools 2015
- Visual Studio 2013 Update 5(Express Edition 或更高版本)
- Visual Studio 2015(社区版或更高版本)
- 混帐
在命令提示符中运行以下命令:
cd C:/
git clone https://github.com/atom/atom.git
cd atom
script/build