Skip to content

Instantly share code, notes, and snippets.

@raelyard
Created January 14, 2016 17:49
Show Gist options
  • Save raelyard/c7565e1ccc999c8729f8 to your computer and use it in GitHub Desktop.
Save raelyard/c7565e1ccc999c8729f8 to your computer and use it in GitHub Desktop.
Install Atom Build Dependencies
choco install -y git
choco install -y visualstudioexpress2013windowsdesktop
choco install -y python -version 2.7.2
choco install -y nodejs -version 4.2.2
[Environment]::SetEnvironmentVariable("GYP_MSVS_VERSION", "2013", "User")
[Environment]::SetEnvironmentVariable("ATOM_DEV_RESOURCE_PATH", "C:\Atom", "User")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment