Mercurial > lada > lada-client
comparison install-dependencies.sh @ 1102:d91b0e649e8c
Fix OpenLayers installation.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Tue, 10 May 2016 17:24:33 +0200 |
parents | 7c0bc1146796 |
children | db9297e559ab |
comparison
equal
deleted
inserted
replaced
1101:421db8840f49 | 1102:d91b0e649e8c |
---|---|
22 ln -sf Blob.js-master Blob | 22 ln -sf Blob.js-master Blob |
23 | 23 |
24 curl -L https://github.com/openlayers/openlayers/archive/release-2.13.1.zip \ | 24 curl -L https://github.com/openlayers/openlayers/archive/release-2.13.1.zip \ |
25 -o OpenLayers-2-13-1.zip | 25 -o OpenLayers-2-13-1.zip |
26 unzip -n OpenLayers-2-13-1.zip | 26 unzip -n OpenLayers-2-13-1.zip |
27 ln -sf ol2-release-2.13.1/build OpenLayers | 27 ln -sf ol2-release-2.13.1 OpenLayers |
28 cd OpenLayers | 28 cd OpenLayers/build |
29 python build.py | 29 python build.py full.cfg ../OpenLayers.js |
30 | 30 |
31 cd ../ext | 31 cd ../ext |
32 curl -L https://github.com/elmasse/Ext.i18n.Bundle/archive/v0.3.3.zip \ | 32 curl -L https://github.com/elmasse/Ext.i18n.Bundle/archive/v0.3.3.zip \ |
33 -o Ext-i18n-Bundle-v0-3-3.zip | 33 -o Ext-i18n-Bundle-v0-3-3.zip |
34 unzip -n Ext-i18n-Bundle-v0-3-3.zip | 34 unzip -n Ext-i18n-Bundle-v0-3-3.zip |