next up previous
Next: Package structure Up: Setting environment and compilation Previous: Setting environment and compilation

Additional details

In order to build rootana user should set up R10SYS and LD_LIBRARY_PATH variables. For bash users following code should be added to .bashrc

export R10SYS=/path_to_your_rootana_directory/rootana
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$R10SYS/utils/lib

C shell users should use setenv command, and modify .cshrc (or .tcshrc):

setenv R10SYS /path_to_your_rootana_directory/rootana
setenv LD_LIBRARY_PATH  ${LD_LIBRARY_PATH}:$R10SYS/utils/lib

Also a N3Db package required. This package is available from main NEMO CVS repository. If you don't have access to it, ask Francois Mauger to set up one, or ask me to send you a tarball with the package.

by default package is supposed to be installed in $R10SYS/N3Db folder.

Also it is wise to have local copy of NEMODB server. It helps to speed up analysis. Please ask Yuriy Shitov for instructions.



Vladimir Vasiliev 2008-12-02