diff --git a/doc/html/user/MUSR/BmwLibs.html b/doc/html/user/MUSR/BmwLibs.html index 74aa67d2..da714db6 100644 --- a/doc/html/user/MUSR/BmwLibs.html +++ b/doc/html/user/MUSR/BmwLibs.html @@ -1,6 +1,6 @@ - +
@@ -8,7 +8,7 @@ - + @@ -144,7 +144,7 @@ pre {NeXus
requirements (optional) musrfit
should support reading data files in the NeXus
format the further required software has to be set up. Under Cygwin of all the required libraries only HDF5
is available. The packages hdf5
and libhdf5-devel
can be installed through the Cygwin setup. One should also make sure that bison
, flex
and a package containing sunrpc
= 4.0-3, but not sunrpc
= 4.0-4) are installed.
-All other libraries have to be built from the sources. The following lines will track the installation of JPEG
6b, MXML
2.5, HDF
4.2.7-patch1, and NeXus
4.2.1. The version numbers and source-code locations might of course change with time but should be easily adjustable.
+All other libraries have to be built from the sources. The following lines will track the installation of JPEG
6b, MXML
2.8, HDF
4.2.7-patch1, and NeXus
4.2.1. The version numbers and source-code locations might of course change with time but should be easily adjustable.
cd mkdir nexus @@ -379,8 +379,8 @@ cd jpeg-6b make make install cd .. -curl http://ftp.easysw.com/pub/mxml/2.5/mxml-2.5.tar.gz -G | tar xz -cd mxml-2.5 +curl www.msweet.org/files/project3/mxml-2.8.tar.gz -G | tar xz +cd mxml-2.8 ./configure --prefix=/usr/local --enable-static make make install @@ -518,7 +518,6 @@ C:\cygwin\bin\ash.exe /bin/rebaseall If this does not resolve the problem, try to change the compatibility settings of C:\cygwin\bin\sh.exe and C:\cygwin\bin\bash.exe so that they are executed with administrator privileges.5 Mac OS X
-Currently there is a problem with Mac OS X 10.9 (Mavericks) in conjunction with CERN/ROOT and musrfit!! Investigations to fix it are underway.
With Mac OS X the situation is up to some extent similar like on MS Windows but still different since Mac OS X is a UNIX system. The similarity is that also on OS X a helping framework—either
MacPorts
orFink
—which provides open-source software is employed to fulfill the basic software requirements ofmusrfit
. In the following, both possibilities (usingMacPorts
orFink
) are described but it is emphasized here that it should be followed only one of the possible routes. @@ -526,7 +525,7 @@ With Mac OS X the situation is up to some extent similar like on MS Windows but5.1.1 Everything but
Before proceeding with the usage of theROOT
andNeXus
MacPorts
system first a few useful tools provided by Apple together with OS X (on the installation DVD/CDs) should be installed:
XQuartz
MacPorts
system will be installed in /opt/local.MacPorts
system should be set up and can be used to install additional software.-sudo port -v install pkgconfig autoconf automake libtool fftw-3 fftw-3-single gsl boost libxml2 qt3-mac +sudo port -v install pkgconfig autoconf automake libtool fftw-3 fftw-3-single gsl boost libxml2 qt4-mac-Under OS X 10.6 Snow Leopard it will not be possible to install
qt3-mac
since the system is by default a 64-bit system and the old qt3-mac
depends on software which is only available for 32-bit systems. It is suggested to install qt4-mac
instead and use musredit
. (It would also be possible to install the qt3
port instead; the disadvantage is that the qt3
version does not support Apple's aqua style and a great deal of additional software has to be installed to meet its dependencies. At the moment this seems to be the only possibility to get musrgui
running on OS X 10.6.)
+With qt4-mac
, musredit
will be installed. If it happens that you used musrgui
in the past, please change over to musredit
since there will be no further development for musrgui
anymore!
NeXus
requirements (optional) qt3-mac
sudo port -v install jpeg6b hdf4 hdf5-18
-Unfortunately, the minixml
and NeXus
libraries have to be compiled and installed directly from the source code. Given the respective version numbers of 2.5 and 4.2.1 (which are subject to change with time) this can be achieved for example by:
+Unfortunately, the minixml
and NeXus
libraries have to be compiled and installed directly from the source code. Given the respective version numbers of 2.8 and 4.2.1 (which are subject to change with time) this can be achieved for example by:
cd
-curl http://ftp.easysw.com/pub/mxml/2.5/mxml-2.5.tar.gz -G | tar xz
-cd mxml-2.5
+curl www.msweet.org/files/project3/mxml-2.8.tar.gz -G | tar xz
+cd mxml-2.8
./configure --prefix=/usr/local
make
sudo make install
@@ -584,10 +583,14 @@ For installing the ROOT
system there are two independent and for Mac OS X 10.9 (Mavericks) for now (beginning 2014, subject to be changed hopefully soon):
+cd /opt/root-system
+./configure --gminimal --enable-builtin-freetype --enable-fink --enable-asimage --enable-mathmore --enable-minuit2 --enable-xml
+make
- - In case you are just migrating to the latest Mac OS X version (e.g. from 10.7 to 10.8.1) often for a period of a few weeks it is necessary to work with the SVN trunk version of
ROOT
, i.e. that you have to checkout ROOT
via svn
:
-svn co https://root.cern.ch/svn/root/trunk root
-
For details see ROOT: How to's.
+ - In case you are just migrating to the latest Mac OS X version (e.g. from 10.7 to 10.8.1) often for a period of a few weeks it is necessary to work with the GIT trunk version of
ROOT
, i.e. that you have to checkout ROOT
via git
:
+git clone http://root.cern.ch/git/root.git
+
For details see Installing ROOT from Source.
In order to finalize the ROOT
installation and to prepare already the installation of musrfit
and musrgui
/ musredit
this is a good time for setting necessary environment variables for the use in Mac OS X. Put the following lines (without the comments in parentheses and with the paths adjusted to your local installation) into the file ~/.MacOSX/environment.plist and re-login:
@@ -655,11 +658,11 @@ where x_yy_z has to be substituted by the correct version numbe
libjpeg hdf hdf5-18 hdf5-18-shlibs
-Unfortunately, the minixml
and NeXus
libraries have to be compiled and installed directly from the source code. Given the respective version numbers of 2.5 and 4.2.1 (which are subject to change with time) this can be achieved for example by:
+Unfortunately, the minixml
and NeXus
libraries have to be compiled and installed directly from the source code. Given the respective version numbers of 2.8 and 4.2.1 (which are subject to change with time) this can be achieved for example by:
cd
-curl http://ftp.easysw.com/pub/mxml/2.5/mxml-2.5.tar.gz -G | tar xz
-cd mxml-2.5
+curl www.msweet.org/files/project3/mxml-2.8.tar.gz -G | tar xz
+cd mxml-2.8
./configure --prefix=/usr/local
make
sudo make install
@@ -678,6 +681,10 @@ For installing the ROOT
system there are some independent
cd /opt/root-system
./configure --gminimal --enable-asimage --enable-mathmore --enable-minuit2 --enable-xml
make
+
and for Mac OS X 10.9 (Mavericks) for now (beginning 2014, subject to be changed hopefully soon):
+cd /opt/root-system
+./configure --gminimal --enable-builtin-freetype --enable-fink --enable-asimage --enable-mathmore --enable-minuit2 --enable-xml
+make
-
ROOT
is also available through the FinkCommander
! Install root5 or root5-devel. However, this versions also have to be compiled locally since there are no binary packages. The manual installation mentioned right above should be preferred in this case.
@@ -823,9 +830,9 @@ musrview test-histo-ROOT-NPP.msr
- Edit | Attach | Print version | PDF | History: r54 < r53 < r52 < r51 | Backlinks | View wiki text | Refresh | More topic actions
+ Edit | Attach | Print version | PDF | History: r55 < r54 < r53 < r52 | Backlinks | View wiki text | Refresh | More topic actions
-Topic revision: r54 - 12 Nov 2013, AndreasSuter
+Topic revision: r55 - 08 Jan 2014, AndreasSuter
@@ -874,7 +881,7 @@ musrview test-histo-ROOT-NPP.msr
-
+
diff --git a/doc/html/user/MUSR/MusrGui.html b/doc/html/user/MUSR/MusrGui.html
index fc624bfd..47d0eaab 100644
--- a/doc/html/user/MUSR/MusrGui.html
+++ b/doc/html/user/MUSR/MusrGui.html
@@ -1,6 +1,6 @@
-
+
@@ -8,7 +8,7 @@
-
+
@@ -324,7 +324,7 @@ For reporting bugs or requesting new features and improvements please use the
-
@@ -397,7 +397,7 @@ For reporting bugs or requesting new features and improvements please use the
-
+
diff --git a/doc/html/user/MUSR/QuickStart.html b/doc/html/user/MUSR/QuickStart.html
index c7345134..4d7a6476 100644
--- a/doc/html/user/MUSR/QuickStart.html
+++ b/doc/html/user/MUSR/QuickStart.html
@@ -1,6 +1,6 @@
-
+
@@ -8,7 +8,7 @@
-
+
@@ -280,7 +280,7 @@ RUN 2008/lem08_his_8472 MUE4 PSI ROOT-NPP (name beamline institute dat
- Edit | Attach | Print version | PDF | History: r7 < r6 < r5 < r4 | Backlinks | View wiki text | Refresh | More topic actions
+ Edit | Attach | Print version | PDF | History: r7 < r6 < r5 < r4 | Backlinks | View wiki text | Refresh | More topic actions
Topic revision: r7 - 10 Jul 2011, wojek
@@ -331,7 +331,7 @@ RUN 2008/lem08_his_8472 MUE4 PSI ROOT-NPP (name beamline institute dat
-
+
diff --git a/doc/html/user/MUSR/TutorialSingleHisto.html b/doc/html/user/MUSR/TutorialSingleHisto.html
index 3d8ff698..6f8fa25c 100644
--- a/doc/html/user/MUSR/TutorialSingleHisto.html
+++ b/doc/html/user/MUSR/TutorialSingleHisto.html
@@ -1,6 +1,6 @@
-
+
@@ -8,7 +8,7 @@
-
+
@@ -281,7 +281,7 @@ This page only summarizes the very basic features and options of the programs co
-
-
+
diff --git a/doc/html/user/MUSR/WebHome.html b/doc/html/user/MUSR/WebHome.html
index 773c4030..4acba704 100644
--- a/doc/html/user/MUSR/WebHome.html
+++ b/doc/html/user/MUSR/WebHome.html
@@ -1,6 +1,6 @@
-
+
@@ -8,7 +8,7 @@
-
+
@@ -134,7 +134,7 @@ pre {
- Acknowledgements
--- AS & (BMW) - last update Nov 12, 2013
+-- AS & (BMW) - last update Jan 8, 2014
@@ -156,9 +156,9 @@ pre {
- Edit | Attach | Print version | PDF | History: r41 < r40 < r39 < r38 | Backlinks | View wiki text | Refresh | More topic actions
+ Edit | Attach | Print version | PDF | History: r42 < r41 < r40 < r39 | Backlinks | View wiki text | Refresh | More topic actions
-Topic revision: r41 - 12 Nov 2013, AndreasSuter
+Topic revision: r42 - 08 Jan 2014, AndreasSuter
@@ -207,7 +207,7 @@ pre {
-
+