Changes between Version 37 and Version 38 of BaseInstall
- Timestamp:
- Apr 7, 2011, 5:20:58 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BaseInstall
v37 v38 6 6 7 7 * [http://www.boost.org Boost (version >=1.39)] 8 * [http://logging.apache.org/log4cxx Log4cxx (version >= 0.10.0)]9 8 * [http://gmplib.org GMP (no specific version)] 10 * libsll-dev9 * optional: [http://logging.apache.org/log4cxx Log4cxx (version >= 0.10.0)] 11 10 12 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 ... 12 13 Ariba 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 13 18 14 19 == Quick Install (If all dependencies are satisfied) ==