Changes between Version 1 and Version 2 of WtLAL
- Timestamp:
- Jan 5, 2012, 12:43:55 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WtLAL
v1 v2 4 4 5 5 * [wiki:WtOnWindows Instructions complémentaires sur Windows] 6 7 == Installation de Wt sur le cluster == 8 {{{ 9 git clone http://www.webtoolkit.eu/git/winst.git 10 aclocal 11 autoconf 12 ./configure --prefix=/tmp_mnt/www/Web/htdocs/users/garnier/Wt/install --with-wt-version=3.2.0 13 make deps 14 15 xemacs deps/GraphicsMagick-1.3.12/configure 16 -> Changer le 17 LDFLAGS="$LDFLAGS -L${xml2_prefix}/lib" 18 En 19 LDFLAGS="-L${xml2_prefix}/lib64" 20 21 }}}