|
⇤ ← Revision 1 as of 2013-05-17 14:33:29
Size: 772
Comment:
|
← Revision 2 as of 2013-05-17 14:47:17 ⇥
Size: 776
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 1: | Line 1: |
| = Installing ScrumPy on Red hat systems = == Thanks to Yatish Patil and Rajesh Kumar == |
= Installing ScrumPy on Red Hat systems = === (Thanks to Yatish Patil and Rajesh Kumar) === |
Installing ScrumPy on Red Hat systems
(Thanks to Yatish Patil and Rajesh Kumar)
- Dependent libraries are installable by using "yum search library-name" or through source (*.tar.gz) files.
- Default redhat/centos repos support few libraries, add "epel" repo to get additional libraries
- Following libraries installed from source : wxtools, pysvn, scipy, wxpython, libsbml
Meschach doesn't have rpm file for redhat, and compiling from source gives errors. Hence convert (.deb) file available for debian/ubuntu system using alien tool available on ubuntu. For eg : > alien -r file.deb
- While installing libsbml from source, copy python binding(*.py,*.pyc,_libsbml.o) files from src/bindings directory to python site packages directory.