Difference between revisions of "Installation mac"
Jump to navigation
Jump to search
(Created page with "== Installation mac == == See also == Category:Installation") |
|||
Line 1: | Line 1: | ||
== Installation mac == | == Installation mac == | ||
+ | |||
+ | == 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"> | ||
+ | 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> | ||
== See also == | == See also == | ||
[[Category:Installation]] | [[Category:Installation]] |
Revision as of 17:31, 20 July 2013
Installation mac
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 ..