Mercurial > lada > lada-client
comparison install-dependencies.sh @ 1275:1df7a0899ebe
merged.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Tue, 10 Jan 2017 10:05:00 +0100 |
parents | 16fd88e8c922 |
children | 6075731bc4f1 |
comparison
equal
deleted
inserted
replaced
1274:a792eecf1614 | 1275:1df7a0899ebe |
---|---|
19 curl -L https://github.com/eligrey/Blob.js/archive/master.zip \ | 19 curl -L https://github.com/eligrey/Blob.js/archive/master.zip \ |
20 -o Blob-js.zip | 20 -o Blob-js.zip |
21 unzip -n Blob-js.zip | 21 unzip -n Blob-js.zip |
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/ol2/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 OpenLayers | 27 ln -sf ol2-release-2.13.1 OpenLayers |
28 cd OpenLayers/build | 28 cd OpenLayers/build |
29 python build.py full.cfg ../OpenLayers.js | 29 python build.py full.cfg ../OpenLayers.js |