Changes between Version 10 and Version 11 of WtLAL


Ignore:
Timestamp:
Mar 6, 2012, 7:05:01 PM (12 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Laurent Garnier/emailAddress=garnier@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WtLAL

    v10 v11  
    3838../../build/examples/treeview-dragdrop/treeviewdragdrop.wt --docroot . --http-address 0.0.0.0 --http-port 8080
    3939}}}
     40
     41== Notes (laurent) ==
     42{{{
     43ssh -Y vm-web-2;
     44cd /exp/pspa/dev;
     45curl http://www.cmake.org/files/v2.8/cmake-2.8.7.tar.gz -o cmake-2.8.7.tar.gz; tar -xf cmake-2.8.7.tar.gz&; cd cmake-2.8.7; ./configure --prefix=../local/; make -j4; make install
     46-> Ok sur vm2
     47
     48curl http://heanet.dl.sourceforge.net/project/boost/boost/1.49.0/boost_1_49_0.tar.gz -o boost_1_49_0.tar.gz; tar -xf boost_1_49_0.tar.gz ;cd boost_1_49_0; ./bootstrap.sh; ./b2;./bjam install --prefix=../local/
     49-> Ok sur vm2
     50 
     51curl ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/GraphicsMagick-LATEST.tar.gz -o GraphicsMagick-LATEST.tar.gz; tar -xf GraphicsMagick-LATEST.tar.gz;cd GraphicsMagick-1.3.14/ ;./configure --prefix=../local/; make -j4&
     52-> Pb des lis zlib sur vm2
     53-> Pb aussi sur macserv2
     54
     55curl http://fastcgi.com/dist/fcgi-2.4.0.tar.gz -o fcgi-2.4.0.tar.gz; tar -xf fcgi-2.4.0.tar.gz; ./configure --prefix=../local/; make -j4; make install
     56
     57curl http://switch.dl.sourceforge.net/project/witty/wt/3.2.0/wt-3.2.0.tar.gz -o wt-3.2.0.tar.gz; tar -xf wt-3.2.0.tar.gz; cd wt-3.2.0;mkdir build; cd build;
     58/exp/pspa/dev/local/bin/cmake -DBOOST_ROOT=../../boost_1_49_0/ -DBOOST_INCLUDEDIR=../../local/include/boost/ -DBOOST_LIBRARYDIR=../../local/lib -DCMAKE_INSTALL_PREFIX=../../local/ -DCONFIGDIR=../../local/ ../
     59make -j8; make install; make -C examples
     60}}}