
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.).
23 lines
845 B
Plaintext
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 ...
|
|
#---------------------------------------------------------------------
|