atom tutorial - Installing Atom on Windows in atom-editor - atom io , atom ide , atom github , atom editor



Using the official installer in atom-editor

Download the installer from the official website. It will automatically add atom and apm (Atom Package Manager) to your %PATH% variable

Building from source

Building from source

  • Node.js 4.4.x or later
  • Python 2.7.x
  • 7zip
  • Visual Studio (One of the versions below)
    • Visual C++ Build Tools 2015
    • Visual Studio 2013 Update 5 (Express Edition or better)
    • Visual Studio 2015 (Community Edition or better)
  • Git

Run the following commmands into Command Prompt:

cd C:/
git clone https://github.com/atom/atom.git
cd atom
script/build

Related Searches to Using the official installerin atom-editor