Changes between Version 38 and Version 39 of BaseInstall
- Timestamp:
- Apr 7, 2011, 5:23:30 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BaseInstall
v38 v39 9 9 * optional: [http://logging.apache.org/log4cxx Log4cxx (version >= 0.10.0)] 10 10 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 ...11 Furthermore, you need default development tools - that are most likely already installed on your system - such as gcc/g++, autoconf, automake, aclocal, libtool, libltdl-dev ... 12 12 13 13 Ariba provides the {{{bootstrap_libs}}} script that will help you in installing several libraries. What you should anyway do locally: 14 14 {{{ 15 sudo apt-get install g++ libsll-dev auto make libtool15 sudo apt-get install g++ libsll-dev autoconf automake libtool libltdl-dev 16 16 }}} 17 17