Changes between Version 26 and Version 27 of BaseInstall
- Timestamp:
- May 27, 2009, 7:22:49 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BaseInstall
v26 v27 38 38 == Local install (Download library dependencies and install ariba in a local subdirectory) == 39 39 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 40 If the required libraries are not available on your system or don't want to install them to the system you can use the {{{bootstrap_libs}}} script that comes with the ariba package. It will download all dependencies, compile and install them locally, and compile and install ariba: 42 41 {{{ 43 > bootstrap_libs 42 > tar xfz ./ariba-x.x.x.tar.gz 43 > cd ariba-x.x.x 44 > ./bootstrap_libs 44 45 }}} 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}}}.46 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}}}. 46 47 47 48 == Running the !PingPong Sample ==