Changes

Jump to navigation Jump to search

Installation mac mavericks os x

987 bytes added, 18:43, 7 December 2013
pip freeze | grep "minfx\|bmrblib"
</source>
 
 
= Checking out a relax branch and build with scons =
 
If you would like to play with relax branch rather than the main [http://www.nmr-relax.com/download.html relax downloads], the [http://subversion.tigris.org/ Subversion] program should first be installed. <br>
You can see the different branches [http://svn.gna.org/viewcvs/relax/ here.] <br>
First the relax sources can be checked out of the source code repository and the C modules compiled:
 
=== Using subversion ===
To check out the trunk branch using the subversion client, simply type:
<source lang="bash">
svn co svn://svn.gna.org/svn/relax/trunk relax_trunk
</source>
 
If this svn command does not work, try:
<source lang="bash">
svn co http://svn.gna.org/svn/relax/trunk relax_trunk
</source>
 
=== Compilation of the C modules ===
 
For the R1 and R2 and relaxation dispersion analyses, the relax C modules must be compiled. This is done using the scons program, by simply typing:
<source lang="bash">
cd relax_trunk
scons
== Install brew as 'linux' package manager ==

Navigation menu