- Timestamp:
- 11/01/10 12:49:23 (2 years ago)
- Files:
-
- 1 modified
-
branches/stable_5.0/arb_INSTALL.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/stable_5.0/arb_INSTALL.txt
r6210 r6339 74 74 75 75 e.g. 76 tar -zxvf arbsrc _2003_05_22.tgz76 tar -zxvf arbsrc.tgz 77 77 78 3. Run 78 3. Goto source dir 79 80 e.g. 81 cd arbsrc_6213 82 83 4. 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 91 5. Now either 92 93 a. run 79 94 80 95 make all 96 arb 81 97 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 83 109 84 110
