diff --git a/build/README.txt b/build/README.txt new file mode 100644 index 0000000000..c690cc5545 --- /dev/null +++ b/build/README.txt @@ -0,0 +1,14 @@ + +## HowTo: Build & deploy "Shrunk" Single File Library version of OpenLayers ## + + * Build: + + cd build + ./build.sh + cd .. + + * Upload the result to the server: e.g. + + scp build/OpenLayers.js openlayers@openlayers.org:openlayers.org/htdocs/code/ + +