Changes between Version 25 and Version 26 of BaseInstall


Ignore:
Timestamp:
May 27, 2009, 6:06:29 PM (15 years ago)
Author:
mies
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BaseInstall

    v25 v26  
    1111Furthermore, you need default development tools - that are most likely already installed on your system - such as gcc/g++, autoconf, automake, aclocal, libtool, liblt-dev ...
    1212
    13 == Quick Install ==
     13== Quick Install (If all dependencies are satisfied) ==
    1414
    1515ariba 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]:
     
    3636}}}
    3737
    38 == Local install ==
     38== Local install (Download library dependencies and install ariba in a local subdirectory) ==
    3939
    4040If 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}}}.
     41the
     42{{{
     43> bootstrap_libs
     44}}}
     45command 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}}}.
    4246
    4347== Running the !PingPong Sample ==