]> source.dussan.org Git - vaadin-framework.git/commitdiff
Updated build instructions
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>
Mon, 22 Dec 2008 20:06:04 +0000 (20:06 +0000)
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>
Mon, 22 Dec 2008 20:06:04 +0000 (20:06 +0000)
svn changeset:6335/svn branch:trunk

build/readme.txt

index 6b1672fcb035dc60d889166f4f41d0e5b49a4b3a..552619ffda1568659b034d215121cd9da04e94c4 100644 (file)
@@ -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