Changes between Version 37 and Version 38 of BaseInstall


Ignore:
Timestamp:
Apr 7, 2011, 5:20:58 PM (13 years ago)
Author:
huebsch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BaseInstall

    v37 v38  
    66
    77 * [http://www.boost.org Boost (version >=1.39)]
    8  * [http://logging.apache.org/log4cxx Log4cxx (version >= 0.10.0)]
    98 * [http://gmplib.org GMP (no specific version)]
    10  * libsll-dev
     9 * optional: [http://logging.apache.org/log4cxx Log4cxx (version >= 0.10.0)]
    1110
    1211Furthermore, you need default development tools - that are most likely already installed on your system - such as gcc/g++, autoconf, automake, aclocal, libtool, liblt-dev ...
     12
     13Ariba provides the {{{bootstrap_libs}}} script that will help you in installing several libraries. What you should anyway do locally:
     14{{{
     15   sudo apt-get install g++ libsll-dev automake libtool
     16}}}
     17
    1318
    1419== Quick Install (If all dependencies are satisfied) ==