Changes between Version 7 and Version 8 of InstallationLibraries


Ignore:
Timestamp:
Jun 25, 2015, 3:09:29 PM (10 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Laurent Garnier/emailAddress=garnier@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationLibraries

    v7 v8  
    33Ici on utilise '''yum''', mais vous pouvez utiliser votre outil habituel (brew, fink....)
    44
    5 # Compiler and others for Linux
     5# All libraries for Linux
    66{{{
    77yum install hg gcc-c++ boost-devel wt-devel wt-dbo wt-dbo-postgres wt-examples make gcc-gfortran gdb cmake \
     
    2525* lcms-libs libICE jasper-libs libSM libwmf-lite urw-fonts : Vraiment utiles ?
    2626
    27 # Compiler and others for Mac
     27# Special case for wt3.3 (not available on Linux June 2015)
     28* Installation d'un boost plus récent : boost1.48 dispo sur yum:
     29{{{
     30yum remove boost
     31yum install boost148-devel.x86_64
     32(peut-être des problèmes de liens symboliques vers les librairies, à vérifier)
     33}}}
     34* Installation de wt3.3
     35{{{
     36git clone git://github.com/kdeforche/wt.git
     37cd wt; mkdir build
     38cmake ..
     39make
     40make install (ATTENTION a bien installer dans /usr/lib64 et /usr/include)
     41
     42# All libraries for Mac
    2843{{{
    2944brew install mercurial gcc boost cmake xerces-c  doxygen pango graphicsmagick openssl subversion jasper  daemonize