Created
January 14, 2016 17:49
-
-
Save raelyard/c7565e1ccc999c8729f8 to your computer and use it in GitHub Desktop.
Install Atom Build Dependencies
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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