diff options
-rw-r--r-- | build/readme.txt | 5 |
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 |