Changes between Version 3 and Version 4 of InstallationLibraries
- Timestamp:
- Jun 24, 2015, 9:48:21 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationLibraries
v3 v4 11 11 }}} 12 12 # Compiler and others for Mac 13 Plus d'info pour Wt : http://www.webtoolkit.eu/wt/download (http://www.webtoolkit.eu/wt/download)14 13 {{{ 15 14 brew install mercurial gcc boost cmake xerces-c doxygen pango graphicsmagick openssl subversion jasper daemonize … … 50 49 make 51 50 }}} 51 52 # Installation de Wt (pour Linux) 53 {{{ 54 yum install wt-devel wt-dbo wt-dbo-postgres wt-examples 55 }}} 56 57 # Installation de Wt (pour Mac) 58 {{{ 59 Plus d'info pour installer Wt : http://www.webtoolkit.eu/wt/download 60 }}}