Changes between Version 15 and Version 16 of Tests
- Timestamp:
- Dec 19, 2012, 9:05:19 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tests
v15 v16 64 64 {{{ 65 65 #!sh 66 yum install gcc-c++ boost-devel.x86_64 wt-devel.x86_64 make.x86_64 gcc-gfortran.x86_64 subversion.x86_64 cmake28.x86_64 qt.x86_64 openmotif-devel libX11-devel xerces-c-devel Coin2 expat-devel qt-devel 66 yum install gcc-c++ boost-devel.x86_64 wt-devel.x86_64 make.x86_64 gcc-gfortran.x86_64 subversion.x86_64 cmake28.x86_64 qt.x86_64 openmotif-devel libX11-devel xerces-c-devel Coin2 expat-devel qt-devel doxygen pango-devel GraphicsMagick-devel openssl fcgi-devel 67 67 68 68 Loaded plugins: security … … 85 85 }}} 86 86 87 Installation de haru 88 {{{ 89 curl http://libharu.org/files/libharu-2.2.1.tar.gz -o libharu-2.2.1.tar.gz 90 tar -xzf libharu-2.2.1.tar.gz 91 cd libharu-2.2.1 92 ./configure && make && sudo make install 93 }}} 94 95 Installation de wt : 96 {{{ 97 curl http://libharu.org/files/libharu-2.2.1.tar.gz -o libharu-2.2.1.tar.gz 98 tar -xzf libharu-2.2.1.tar.gz 99 mkdir build 100 cd build 101 cmake ../. 102 make -j6 103 sudo make install 104 105 }}} 106 87 107 Installation de cmt : 88 108 {{{