Open main menu

Changes

Installation linux

372 bytes added, 15:41, 19 July 2013
→‎linux install: updates for the Linux install instructions.
== linux Linux install == For RPM-based Linux distributions with access to the YUM installer, first install the relax dependencies with:
<source lang="bash">
sudo yum install python ;sudo yum install scons ;sudo yum install wxPython ;sudo yum install grace ;</source>
The [[http://plasma-gate.weizmann.ac.il/Grace/ Grace]] software is used for visualisation of 2D data sets. Next the [[https://gna.org/projects/minfx/ minfx]] and [[http://gna.org/projects/bmrblib/ bmrblib]] libraries can be installed on all Linux systems by typing:<source>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>
Trusted, Bureaucrats
4,223

edits