cvs -d :pserver:mbuser@cvs.mll-muenchen.de:/home/cvs/marabou login
cvs -d :pserver:mbuser@cvs.mll-muenchen.de:/home/cvs/marabou checkout hpr
cvs -n update 2>/dev/null | grep '^[MPUC]'
cvs update
Go to the MARaBOU directory: cd marabou
Edit the file iniHprPath to adjust the location of your ROOT installation.
If ROOTSYS, PATH, LD_LIBRARY_PATH are already set you only
need to adjust MARABOU.
. ./iniHprPath bin, lib, include should have been created.
Watch diagnostic messages from the script.
Run configure with your computer architecture: ./configure linux
For a full list see section "Architectures supported:" of the command:
$ROOTSYS/configure --helpNota bene: Only several LINUX versions have been tested. (no Redmond)
make clean make
export ROOTSYS=where root residesexport MARABOU=where marabou residesexport PATH=$PATH:$ROOTSYS/bin:$MARABOU/binexport LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ROOTSYS/lib:$MARABOU/lib