I decied to try to build Atom and I succeed.
The instruction is very simple:
- Install git
- Install posh-git
- Install Python 2.7
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