Open main menu

Changes

Installation mac

740 bytes added, 17:43, 20 July 2013
The [http://plasma-gate.weizmann.ac.il/Grace/ Grace] software is used for visualisation of 2D data sets.
=== homebrew ===
See this [http://thread.gmane.org/gmane.science.nmr.relax.user/1365 email thread.] <br>
*download and install Apple's Xcode
*install the "Command Line Tools" from inside Xcode
*install Homebrew by typing into your Terminal:
ruby -e "$(curl -fsSkL raw.github.com/mxcl/homebrew/go)"
* install python 2.7 with pip, etc on board, scons for relaxation compiling and wxPython for a native Mac GUI:
brew install python scons wxmac
* install numpy via pip (don't install scipy, as it causes problems with scons!)
pip install numpy
* download the relax source release
(e.g. http://download.gna.org/relax/relax-2.1.2.src.tar.bz2)
* unpack it into a seperate directory inside /usr/local/
* cd into the directory, type '''scons''' to make the relaxation fitting modules
* link the relax main program into /usr/local/bin
That's it.
=== macports ===
Trusted, Bureaucrats
1,382

edits