Added autotool-support for building musrfit - some additional tests are needed, the old Makefiles are still around

This commit is contained in:
Bastian M. Wojek
2009-06-19 20:37:06 +00:00
parent 93e6e7d059
commit b5016637fd
28 changed files with 831 additions and 378 deletions

18
INSTALL Normal file
View File

@ -0,0 +1,18 @@
#---------------------------------------------------------------------
# INSTALL
# Andreas Suter, 2008/01/15
# $Id: README 3854 2009-04-14 19:32:35Z nemu $
#---------------------------------------------------------------------
To get it all build:
./autogen.sh
./configure --prefix=/apps/cern/root
make
make install
In the optimal case, everything is setup ;-)
#---------------------------------------------------------------------
# this is the end ...
#---------------------------------------------------------------------