Created
June 26, 2014 01:10
-
-
Save springmeyer/4fe620841e5ae2c39b34 to your computer and use it in GitHub Desktop.
windows dev env
This file contains hidden or 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
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%systemdrive%\chocolatey\bin | |
cinst wget | |
cinst msysgit | |
cinst curl | |
cinst 7zip | |
@rem for bsdtar, perhaps a mistake as its massive | |
cinst GnuWin | |
@ rem bsdtar will be available if you close the term and re-open a new one | |
@powershell Set-ExecutionPolicy -Scope "CurrentUser" -ExecutionPolicy "Unrestricted" | |
# don't move into subdir | |
# why throw error if dev2/mapnik-depedencies exists? | |
# cairo patch avoid re-download and put in dev2? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment