Changes between Version 2 and Version 3 of InstallationLibraries
- Timestamp:
- Jun 24, 2015, 9:43:15 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationLibraries
v2 v3 13 13 Plus d'info pour Wt : http://www.webtoolkit.eu/wt/download (http://www.webtoolkit.eu/wt/download) 14 14 {{{ 15 brew install mercurial gcc boost cmake xerces-c doxygen pango graphicsmagick openssl zlibsubversion jasper daemonize15 brew install mercurial gcc boost cmake xerces-c doxygen pango graphicsmagick openssl subversion jasper daemonize 16 16 17 17 }}} … … 22 22 mkdir libharu-libharu-build 23 23 cd libharu-libharu-build/ 24 cmake ../libharu-libharu-ec89be4/ 24 cmake ../libharu-libharu-ec89be4/ === ATTENTION, changer avec le bon nom !! === 25 25 make -j 26 26 sudo make install … … 48 48 cd accelerator-ml-code/uap/trunk/ 49 49 export UAP_FORTRAN_COMPILER=GFORTRAN 50 gmake50 make 51 51 }}}