From 4e2dfc48a87652b3e2f27ab295c62aba90f99424 Mon Sep 17 00:00:00 2001 From: Joonas Lehtinen Date: Mon, 22 Dec 2008 20:06:04 +0000 Subject: [PATCH] Updated build instructions svn changeset:6335/svn branch:trunk --- build/readme.txt | 5 ++--- 1 file 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/ directory / directories - = 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 -- 2.39.5