Legend:
- Unmodified
- Added
- Removed
-
INSTALL
r9636 r9745 34 34 35 35 If no configure script is available (e.g. when you checked out an svn 36 version), run the ./bootstrap script first .:36 version), run the ./bootstrap script first and then type: 37 37 38 38 > ./configure 39 39 > make 40 40 > make install 41 42 HINT: you may use 43 > make -j 2 44 for a double processor/core system to speed up the compilation, 45 make -j 4 if you have quad-core respectively, and so on. If 46 the compilation stops, try make without the -j option again. 47 41 48 42 49 In case you don't want to install Ariba into your system but to a … … 101 108 > ./pingpong ../../etc/pingpong/settings_node1.cnf 102 109 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 110 If this fails to find the libariba you may have to set 111 the LD_LIBRARY_PATH correctly in your current terminal, 112 or better add it to your .bashrc 104 113 105 114 > export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/user/ariba/build/lib
Note:
See TracChangeset
for help on using the changeset viewer.