Changes between Version 26 and Version 27 of BaseInstall


Ignore:
Timestamp:
May 27, 2009, 7:22:49 PM (15 years ago)
Author:
Christoph Mayer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BaseInstall

    v26 v27  
    3838== Local install (Download library dependencies and install ariba in a local subdirectory) ==
    3939
    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
     40If 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:
    4241{{{
    43 > bootstrap_libs
     42> tar xfz ./ariba-x.x.x.tar.gz
     43> cd ariba-x.x.x
     44> ./bootstrap_libs
    4445}}}
    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}}}.
     46This 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}}}.
    4647
    4748== Running the !PingPong Sample ==