musrfit/INSTALL
Bastian M. Wojek 55071fb754 Updated the built-in version of the cuba library to version 2.1 within the BMWlibs.
Also the cuba-compiler-check for gcc-versions containing a certain bug (4.2, 4.4.3) has been adopted.
This still needs to be tested on systems having such a gcc.

If this new version of the built-in library should be installed,
first make sure that the old version is completely deinstalled (including headers, pkg-config-files, etc.).
2011-01-27 13:46:51 +00:00

23 lines
845 B
Plaintext

#---------------------------------------------------------------------
# INSTALL
# BMW, 2011/01/27
# $Id: INSTALL 4013 2009-06-21
#---------------------------------------------------------------------
To get it all build:
sh autogen.sh
./configure --prefix=/apps/cern/root (or whereever musrfit should be installed)
make
make install (as superuser -- maybe)
In the optimal case, everything is set up ;-)
More information about the software requirements and the installation can be found at:
https://intranet.psi.ch/MUSR/MusrFitSetup
http://lmu.web.psi.ch/facilities/software/musrfit/user/intranet.psi.ch/MUSR/MusrFitSetup.html
#---------------------------------------------------------------------
# this is the end ...
#---------------------------------------------------------------------