Changes between Version 1 and Version 2 of BaseInstall


Ignore:
Timestamp:
Jan 8, 2009, 4:32:22 PM (15 years ago)
Author:
Christoph Mayer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BaseInstall

    v1 v2  
    1 ---
     1= Installation =
     2
     3== Quick Install ==
     4
     5Ariba 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 [https://projekte.tm.uka.de/trac/spovnet-base/downloads download site]:
     6{{{
     7> wget https://projekte.tm.uni-karlsruhe.de/download/ariba/releases/ariba-x.x.x.tar.gz
     8}}}
     9
     10Extract the archive and change into the project directory:
     11{{{
     12> tar xfz ./ariba-x.x.x.tar.gz
     13> cd ariba-x.x.x.tar.gz
     14}}}
     15
     16Now, configure, compile, and install Ariba:
     17{{{
     18> ./configure
     19> make
     20> make install
     21}}}
     22
     23In case you don't want to install Ariba into your system but to a local place, do:
     24{{{
     25> mkdir ariba
     26> ./configure --prefix=/home/user/ariba/
     27> make
     28> make install
     29}}}
     30
     31== Prequisites ==
     32
     33
     34
     35{{{
     36
     37}}}
     38
     39
     40{{{
     41
     42}}}
     43
     44
     45{{{
     46
     47}}}