Fixed the shared library generation using libtool on Windows

This commit is contained in:
Bastian M. Wojek
2009-06-21 14:40:47 +00:00
parent be9dbed4e1
commit 1389b8e6c3
7 changed files with 42 additions and 19 deletions

10
INSTALL
View File

@ -1,17 +1,17 @@
#---------------------------------------------------------------------
# INSTALL
# Andreas Suter, 2008/01/15
# $Id: INSTALL 3854 2009-04-14 19:32:35Z nemu $
# Andreas Suter, 2009/06/21
# $Id: README 4013 2009-06-21
#---------------------------------------------------------------------
To get it all build:
./autogen.sh
./configure --prefix=/apps/cern/root
./configure --prefix=/apps/cern/root (or whereever musrfit should be installed)
make
make install
make install (as superuser -- maybe)
In the optimal case, everything is setup ;-)
In the optimal case, everything is set up ;-)
#---------------------------------------------------------------------
# this is the end ...