Home Atom on Windows
Post
Cancel

Atom on Windows

I decied to try to build Atom and I succeed.

The instruction is very simple:

After above run powershell with following commands:

1
2
3
4
5
6
$env:Path+=";C:\Python27;C:\Program Files\nodejs;C:\Users\"+$env:USERNAME+"\github\atom\node_modules\"
mkdir ("c:\users\"+$env:USERNAME+"\github")
cd ("c:\users\"+$env:USERNAME+"\github")
git clone https://github.com/atom/atom
cd atom
script\build

But if you don’t want to do above download my build from here

This post is licensed under CC BY 4.0 by the author.