wiki:WtLAL

Version 9 (modified by /C=FR/O=CNRS/OU=UMR8607/CN=Laurent Garnier/emailAddress=garnier@…, 12 years ago) (diff)

--

Wt au LAL

Wt implémente les fonctions graphiques au standard Qt dann un environnement Web.

Instructions complémentaires sur Windows

Installation de Wt sur le sl6-1

git clone http://www.webtoolkit.eu/git/winst.git
cd winst;aclocal;autoconf
./configure --prefix=/exp/pspa/dev/Wt-sl6-install/ --with-wt-version=3.2.0
make deps

xemacs deps/GraphicsMagick-1.3.12/configure  
-> Changer le 
   LDFLAGS="$LDFLAGS -L${xml2_prefix}/lib"
En
   LDFLAGS="-L${xml2_prefix}/lib64"

cd deps/libharu-kdeforche-git
ccmake . <- mettre le CMAKE_INSTALL_PREFIX au bon endroit
cd ../..
make deps-install
cd deps/libharu-kdeforche-git; make install
cd ../..
make wt
make wt-install
->
cd wt-build; ccmake .  et changer le contenu de la variable 'CONFIGDIR' : /tmp_mnt/www/Web/htdocs/users/garnier/Wt/install
cd ..; make wt-install