Changes between Version 2 and Version 3 of Install_on_ubuntu
- Timestamp:
- Nov 18, 2009, 10:46:55 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Install_on_ubuntu
v2 v3 19 19 * libjpeg has trouble with libtool : i needed to modify config.guess and config.sub (see jpeg-6b-p1) 20 20 * better to install the developer library at the system level: 21 {{{ apt-get install libjpeg62-dev }}} 21 {{{ 22 apt-get install libjpeg62-dev 23 }}} 22 24 23 25 * installing the IPP code, including libz, broke my ubuntu installation of evince by providing a version of libz which did not have gzopen64 included. It is safest to install the developer version of libz as well: 24 {{{ apt-get install zlib1g-dev }}} 26 {{{ 27 apt-get install zlib1g-dev 28 }}} 25 29 26 30 * other ubuntu libs that should be installed at the system level:
