Changes between Version 38 and Version 39 of BaseInstall


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

--

Legend:

Unmodified
Added
Removed
Modified
  • BaseInstall

    v38 v39  
    99 * optional: [http://logging.apache.org/log4cxx Log4cxx (version >= 0.10.0)]
    1010
    11 Furthermore, you need default development tools - that are most likely already installed on your system - such as gcc/g++, autoconf, automake, aclocal, libtool, liblt-dev ...
     11Furthermore, you need default development tools - that are most likely already installed on your system - such as gcc/g++, autoconf, automake, aclocal, libtool, libltdl-dev ...
    1212
    1313Ariba provides the {{{bootstrap_libs}}} script that will help you in installing several libraries. What you should anyway do locally:
    1414{{{
    15    sudo apt-get install g++ libsll-dev automake libtool
     15   sudo apt-get install g++ libsll-dev autoconf automake libtool libltdl-dev
    1616}}}
    1717