summaryrefslogtreecommitdiffstats
path: root/build/readme.txt
diff options
context:
space:
mode:
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>2008-12-22 20:06:04 +0000
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>2008-12-22 20:06:04 +0000
commit4e2dfc48a87652b3e2f27ab295c62aba90f99424 (patch)
tree6f7a2bf1627b85f980753dddbaa01bf6b44e90d5 /build/readme.txt
parent25bb98f89839b6034c6b6f8bd9216d2fb65f1b9d (diff)
downloadvaadin-framework-4e2dfc48a87652b3e2f27ab295c62aba90f99424.tar.gz
vaadin-framework-4e2dfc48a87652b3e2f27ab295c62aba90f99424.zip
Updated build instructions
svn changeset:6335/svn branch:trunk
Diffstat (limited to 'build/readme.txt')
-rw-r--r--build/readme.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/build/readme.txt b/build/readme.txt
index 6b1672fcb0..552619ffda 100644
--- a/build/readme.txt
+++ b/build/readme.txt
@@ -8,7 +8,6 @@ How to build packages
2. Checkout correct GWT distribution version for your platform from http://dev.itmill.com/svn/gwt/
- note, you have to checkout GWT for all platforms when doing release builds
-- note, on linux you must have specially built oophm package from dev.itmill.com/svn/gwt/
3. Extract or link GWT distribution under build/gwt/<platform> directory / directories
- <platform> = linux|windows|mac
@@ -27,10 +26,10 @@ to build a complete IT Mill Toolkit package.
svn co http://dev.itmill.com/svn/trunk/
svn co http://dev.itmill.com/svn/gwt/
cd gwt
-tar xfz gwt-linux-1.5.3-oophm.tar.gz
+tar xfj gwt-linux-1.5.3.tar.bz2
cd ../trunk/build
mkdir gwt
cd gwt
-ln -sf ../../../gwt/gwt-linux-1.5.3-oophm linux
+ln -sf ../../../gwt/gwt-linux-1.5.3 linux
cd ..
ant package-linux \ No newline at end of file