EsriOceans / btm

Benthic Terrain Modeler
http://resources.arcgis.com/en/communities/oceans/
Mozilla Public License 2.0
26 stars 7 forks source link

Build update #124

Closed scw closed 8 years ago

scw commented 8 years ago

Provide better build scripts that work from a standard Windows command prompt session instead of relying on local hacks / Git Bash. Still requires the installation of the following packages: git, pandoc, zip, unzip. This can easily be done with choco, in the single command:

choco -y git pandoc zip unzip

This also requires git-archive-all, which should be installable with pip, but currently requires manual installation from Github.