Changeset 6339 for branches

Show
Ignore:
Timestamp:
11/01/10 12:49:23 (2 years ago)
Author:
westram
Message:
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/stable_5.0/arb_INSTALL.txt

    r6210 r6339  
    7474 
    7575   e.g. 
    76         tar -zxvf arbsrc_2003_05_22.tgz 
     76        tar -zxvf arbsrc.tgz 
    7777 
    78 3. Run 
     783. Goto source dir 
     79 
     80   e.g. 
     81        cd arbsrc_6213 
     82 
     834. Set up compile environment 
     84 
     85   if you're using bash: 
     86 
     87      export ARBHOME=`pwd` 
     88      export PATH=$ARBHOME/bin:$PATH 
     89      export LD_LIBRARY_PATH=$ARBHOME/LIBLINK:$LD_LIBRARY_PATH 
     90 
     915. Now either 
     92 
     93   a. run 
    7994 
    8095        make all 
     96        arb 
    8197 
    82    and follow the instructions there. 
     98      to run arb in compilation directory or 
     99 
     100   a. run 
     101 
     102        make tarfile 
     103        ./arb_install.sh 
     104 
     105      to install arb for all users 
     106 
     107   and follow the instructions there (if any). 
     108 
    83109 
    84110