Changeset 9745


Ignore:
Timestamp:
Apr 7, 2011, 6:17:15 PM (13 years ago)
Author:
bless
Message:
  • language fix and hint for make -j
File:
1 edited

Legend:

Unmodified
Added
Removed
  • INSTALL

    r9636 r9745  
    3434
    3535If no configure script is available (e.g. when you checked out an svn
    36 version), run the ./bootstrap script first.:
     36version), run the ./bootstrap script first and then type:
    3737
    3838> ./configure
    3939> make
    4040> make install
     41
     42HINT: you may use
     43> make -j 2
     44for a double processor/core system to speed up the compilation,
     45make -j 4 if you have quad-core respectively, and so on. If
     46the compilation stops, try make without the -j option again.
     47
    4148
    4249In case you don't want to install Ariba into your system but to a
     
    101108> ./pingpong ../../etc/pingpong/settings_node1.cnf
    102109
    103 If this will fail to find the libariba you may have to set the LD_LIBRARY_PATH correctly in your current terminal, or better add it to your .bashrc
     110If this fails to find the libariba you may have to set
     111the LD_LIBRARY_PATH correctly in your current terminal,
     112or better add it to your .bashrc
    104113
    105114> export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/user/ariba/build/lib
Note: See TracChangeset for help on using the changeset viewer.