Changes between Version 21 and Version 22 of Tests
- Timestamp:
- Dec 19, 2012, 5:20:52 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tests
v21 v22 131 131 Via fink 132 132 {{{ 133 /sw/bin/fink install cmake libharu2.2.1-dev graphicsmagick-dev openssl100-dev pangomm1.4.1-shlibs 133 /sw/bin/fink install cmake graphicsmagick-dev openssl100-dev pangomm1.4.1-shlibs 134 }}} 135 136 Installation de haru 137 {{{ 138 A COMPLETER !!!!!! 139 curl https://nodeload.github.com/kdeforche/libharu/zip/master -o master.zip 140 unzip master.zip 141 cd libharu-master/ 142 ./configure --with-png=/sw 143 make -j 144 sudo make install 134 145 }}} 135 146