Difference between revisions of "Installation mac"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | == | + | == Installing the relax dependencies == |
+ | |||
+ | === by macports === | ||
+ | |||
+ | The python-devel and scons packages are only required if the C modules need to be compiled for your system. The [http://plasma-gate.weizmann.ac.il/Grace/ Grace] software is used for visualisation of 2D data sets. | ||
== Minfx and Bmrblib == | == Minfx and Bmrblib == |
Revision as of 17:32, 20 July 2013
Installing the relax dependencies
by macports
The python-devel and scons packages are only required if the C modules need to be compiled for your system. The Grace software is used for visualisation of 2D data sets.
Minfx and Bmrblib
Remember to check, if there are newer versions of minfx and bmrblib.
The minfx and bmrblib libraries can be installed on all Linux systems by typing:
wget http://download.gna.org/minfx/minfx-1.0.5.tar.gz
tar -xzf minfx-1.0.5.tar.gz
cd minfx-1.0.5
python setup.py install
cd ..
wget http://download.gna.org/bmrblib/bmrblib-1.0.3.tar.gz
tar -xzf bmrblib-1.0.3.tar.gz
cd bmrblib-1.0.3
python setup.py install
cd ..