在 Windows 上安裝 Atom

使用官方安裝程式

官方網站下載安裝程式。它會自動將 atomapm(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