Changes between Version 3 and Version 4 of BaseInstall
- Timestamp:
- Jan 8, 2009, 4:55:24 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BaseInstall
v3 v4 31 31 == Prequisites == 32 32 33 Ariba depends on some libraries that may not be installed on your system: [http://www.boost.org Boost], [http://logging.apache.org/log4cxx Log4cxx], [http://gmplib.org GMP], and optionally [http://www.stack.nl/~dimitri/doxygen/ Doxygen]. 33 Ariba depends on some libraries that may not be installed on your system: [http://www.boost.org Boost], [http://logging.apache.org/log4cxx Log4cxx], [http://gmplib.org GMP], and optionally [http://www.stack.nl/~dimitri/doxygen/ Doxygen]. Furthermore, you need default development tools that are most likely already installed on your system (gcc, autoconf, automake, aclocal, libtool, ...). 34 34 35 36 35 If you have root privileges on your system you can easily install the needed libraries using apt-get: 37 36 {{{ 38 37 > apt-get install 39 38 }}} 40 39