// Installation procedure for CBMRoot at GSI configure the required packages > . /misc/cbmsoft/config/CbmEnv.sh create a build directory It is more convenient to have separate build directory for the the different systems at the GSI (i.e build_woody, build_32 or build_64). > mkdir MyBuild_32 configure CbmRoot2 > cd "CbmRoot_top_directory" > ./reconf build the framework > cd MyBuild_32 > CbmRoot_top_directory/configure --prefix=$PWD --enable-geant3 (configure have to be called from the source directory) > . ./config.sh > make > make install