3 Installation for all users

After running "install.sh", RunMC should be functional as a stand-alone version for a single user. The installation directory will be ``$RUNMC''. To install RunMC for all users, you should follow these steps:

After running the script ``install_user.sh'', the user should set ``$RUNMC'' variables:

sh family:

       export RUNMC=[path]/RunMC
       export PATH=$RUNMC/bin:$PATH
       export LD_LIBRARY_PATH=$RUNMC/main/lib:$LD_LIBRARY_PATH




csh family:

     setenv RUNMC [path]/RunMC
     setenv PATH ${RUNMC}/bin:${PATH}
     setenv LD_LIBRARY_PATH ${RUNMC}/main/lib:${LD_LIBRARY_PATH}

Here, "[path]" should be set to RUNMC_USER directory (which is ``$HOME'' in this example). To insure that all variables are set, do "echo $RUNMC" from new console. Then go to ``$RUNMC/proj'' and start RunMC by typing "runmc".