[ismrmrd] 19/281: Added mac installation instructions

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Jan 14 20:00:50 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to annotated tag ismrmrd0.5
in repository ismrmrd.

commit 006c7ce3d2da01d14439d981a70fa07ea7b79569
Author: Michael Hansen <michael.hansen at nih.gov>
Date:   Thu Aug 30 21:12:12 2012 -0400

    Added mac installation instructions
---
 doc/README.rst | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/doc/README.rst b/doc/README.rst
index 796ebc6..d191f6a 100644
--- a/doc/README.rst
+++ b/doc/README.rst
@@ -75,6 +75,34 @@ After installation of dependencies, the library can be installed with::
 
 Last command will install the library in ``/usr/local/ismrmrd``.
 
+Mac OSX Installation
+.....................
+
+There are numerous different package management systems for Mac. In this example, we have used MacPorts (http://www.macports.org/). First install the dependencies available in MacPorts::
+
+   sudo port install wget hdf5-18 h5utils boost xercesc3 git cmake doxygen
+
+Next install CodeSynthesis XSD (http://www.codesynthesis.com/products/xsd/)::
+
+   wget http://www.codesynthesis.com/download/xsd/3.3/macosx/i686/xsd-3.3.0-i686-macosx.tar.bz2
+   tar -xzf xsd-3.3.0-i686-macosx.tar.bz2 
+   cd xsd-3.3.0-i686-macosx
+   sudo cp bin/xsd /usr/local/bin/
+   sudo cp -r libxsd/xsd /usr/local/include/
+
+See faq_ for details on problems on some Mac OSX Lion systems.
+
+Last step is to download and compile::
+
+   git clone git://git.code.sf.net/p/ismrmrd/code ismrmrd-code
+   cd ismrmrd-code/
+   mkdir build
+   cd build/
+   cmake ../
+   make
+   sudo make install
+
+Last command will install the library in ``/usr/local/ismrmrd``.
 
 Change log
 ----------
@@ -402,6 +430,7 @@ XML Schema Definition
 
 Frequently Asked Questions
 ...........................
+.. _faq:
 
 *   I am trying to compile on Mac OSX Lion and I am getting strange errors.
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ismrmrd.git



More information about the debian-science-commits mailing list