Skip to content

Instantly share code, notes, and snippets.

@springmeyer
Created June 26, 2014 01:10
Show Gist options
  • Save springmeyer/4fe620841e5ae2c39b34 to your computer and use it in GitHub Desktop.
Save springmeyer/4fe620841e5ae2c39b34 to your computer and use it in GitHub Desktop.
windows dev env
@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