Version 3 (modified by 16 years ago) ( diff ) | ,
---|
Installation
Quick Install
Ariba currently build on Linux systems. Our reference platform is Ubuntu 8.04 with the gcc compiler version 4.2.4. Download the latest Ariba package from the the download site:
> wget https://projekte.tm.uni-karlsruhe.de/download/ariba/releases/ariba-x.x.x.tar.gz
Extract the archive and change into the project directory:
> tar xfz ./ariba-x.x.x.tar.gz > cd ariba-x.x.x.tar.gz
Now, configure, compile, and install Ariba:
> ./configure > make > make install
In case you don't want to install Ariba into your system but to a local place, do:
> mkdir ariba > ./configure --prefix=/home/user/ariba/ > make > make install
Prequisites
Ariba depends on some libraries that may not be installed on your system: Boost, Log4cxx, GMP, and optionally Doxygen.
Note:
See TracWiki
for help on using the wiki.