IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 2 and Version 3 of Install_on_ubuntu


Ignore:
Timestamp:
Nov 18, 2009, 10:46:55 AM (17 years ago)
Author:
eugene
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Install_on_ubuntu

    v2 v3  
    1919 * libjpeg has trouble with libtool : i needed to modify config.guess and config.sub (see jpeg-6b-p1)
    2020  * better to install the developer library at the system level:
    21  {{{ apt-get install libjpeg62-dev }}}
     21{{{
     22apt-get install libjpeg62-dev
     23}}}
    2224
    2325 * 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{{{
     27apt-get install zlib1g-dev
     28}}}
    2529
    2630 * other ubuntu libs that should be installed at the system level: