19 lines
630 B
Plaintext
19 lines
630 B
Plaintext
#---------------------------------------------------------------------
|
|
# INSTALL
|
|
# Andreas Suter, 2009/06/21
|
|
# $Id: INSTALL 4013 2009-06-21
|
|
#---------------------------------------------------------------------
|
|
|
|
To get it all build:
|
|
|
|
./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 ;-)
|
|
|
|
#---------------------------------------------------------------------
|
|
# this is the end ...
|
|
#---------------------------------------------------------------------
|