From 423793ebb9f9f5ee673ea33a0ff10b818af308c4 Mon Sep 17 00:00:00 2001 From: follower Date: Tue, 30 May 2006 12:07:11 +0000 Subject: [PATCH] Add basic SFL build instructions. git-svn-id: http://svn.openlayers.org/trunk/openlayers@470 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- build/README.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 build/README.txt 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/ + +