Changes between Version 25 and Version 26 of BaseInstall
- Timestamp:
- May 27, 2009, 6:06:29 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BaseInstall
v25 v26 11 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 12 13 == Quick Install ==13 == Quick Install (If all dependencies are satisfied) == 14 14 15 15 ariba currently build on Linux systems. Our reference platform is Ubuntu 8.04 with the g++ compiler version 4.1. Download the latest ariba package from the the [https://projekte.tm.uka.de/trac/spovnet-base/downloads download site]: … … 36 36 }}} 37 37 38 == Local install ==38 == Local install (Download library dependencies and install ariba in a local subdirectory) == 39 39 40 40 If the required libraries are not available on your system or don't want to install them to the system you can install them locally with 41 the {{{bootstrap_libs}}} command from the ariba tarball. This script will automatically download all necessary libraries and compile them inside a new {{{./libs}}} subdirectory and install them into {{{./build}}}. In the end the ariba library itself is compiled to {{{./build}}}. 41 the 42 {{{ 43 > bootstrap_libs 44 }}} 45 command from the ariba tarball. This script will automatically download all necessary libraries and compile them inside a new {{{./libs}}} subdirectory and install them into {{{./build}}}. In the end the ariba library itself is compiled to {{{./build}}}. 42 46 43 47 == Running the !PingPong Sample ==