= Wt au LAL [http://www.webtoolkit.eu/wt/ Wt] implémente les fonctions graphiques au standard Qt dann un environnement Web. == [wiki:WtOnWindows 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 }}} == Installé sur xserv2 == Ici : /Users/admin/Documents/wt-3.2.0/ Pour lancer un exemple (treeview-dragdrop): {{{ cd /Users/admin/Documents/wt-3.2.0/examples/treeview-dragdrop ../../build/examples/treeview-dragdrop/treeviewdragdrop.wt --docroot . --http-address 0.0.0.0 --http-port 8080 }}}