Open main menu

Changes

Installation mac

852 bytes added, 16:44, 9 August 2013
=== First try to build relax ===
To compile the C modules in relax, several packages must be in place, including the minfx package.<br>
But we can just try to build relax now, and then solve the dependencies.
<source lang="bash">
cd $HOME/Downloads/relax_trunk
scons
</source>
You should get the message: '''The dependency 'minfx' has not been installed'''
 
=== Minfx and Bmrblib ===
Remember to check, if there are newer versions of [http://download.gna.org/minfx minfx] and [http://download.gna.org/bmrblib bmrblib]. <br>
The [https://gna.org/projects/minfx/ minfx] and [https://gna.org/projects/bmrblib/ bmrblib] libraries can be installed on all Linux systems by typing:
<source lang="bash">
cd $HOME/Downloads
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 ..
</source>
=== Numpy ===
Trusted, Bureaucrats
1,382

edits