Changes between Version 7 and Version 8 of InstallationLibraries
- Timestamp:
- Jun 25, 2015, 3:09:29 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationLibraries
v7 v8 3 3 Ici on utilise '''yum''', mais vous pouvez utiliser votre outil habituel (brew, fink....) 4 4 5 # Compiler and others for Linux5 # All libraries for Linux 6 6 {{{ 7 7 yum install hg gcc-c++ boost-devel wt-devel wt-dbo wt-dbo-postgres wt-examples make gcc-gfortran gdb cmake \ … … 25 25 * lcms-libs libICE jasper-libs libSM libwmf-lite urw-fonts : Vraiment utiles ? 26 26 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 {{{ 30 yum remove boost 31 yum 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 {{{ 36 git clone git://github.com/kdeforche/wt.git 37 cd wt; mkdir build 38 cmake .. 39 make 40 make install (ATTENTION a bien installer dans /usr/lib64 et /usr/include) 41 42 # All libraries for Mac 28 43 {{{ 29 44 brew install mercurial gcc boost cmake xerces-c doxygen pango graphicsmagick openssl subversion jasper daemonize