Changes between Version 1 and Version 2 of WtLAL


Ignore:
Timestamp:
Jan 5, 2012, 12:43:55 PM (14 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Christian Arnault/emailAddress=arnault@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WtLAL

    v1 v2  
    44
    55 * [wiki:WtOnWindows Instructions complémentaires sur Windows]
     6
     7== Installation de Wt sur le cluster ==
     8{{{
     9git clone http://www.webtoolkit.eu/git/winst.git
     10aclocal
     11autoconf
     12./configure --prefix=/tmp_mnt/www/Web/htdocs/users/garnier/Wt/install --with-wt-version=3.2.0
     13make deps
     14
     15xemacs deps/GraphicsMagick-1.3.12/configure 
     16-> Changer le
     17   LDFLAGS="$LDFLAGS -L${xml2_prefix}/lib"
     18En
     19   LDFLAGS="-L${xml2_prefix}/lib64"
     20
     21}}}