Project

General

Profile

Install EMAN2 » History » Version 9

Neil Voss, 08/13/2012 07:58 PM

1 1 Neil Voss
h1. Install EMAN2/SPARX
2
3
It is best to install EMAN2/SPARX from source, so that do not have conflicts with having two different versions of python on your system. Binaries of EMAN2/SPARX all come with their own python pre-installed.
4 2 Neil Voss
5 6 Neil Voss
This documentation assumes you are using CentOS 6 (written as of CentOS 6.2)
6
7
h2. Install require pre-packages for EMAN2 compiling
8
9 7 Neil Voss
* Make sure EPEL is install, if not go here: [[Download additional Software (CentOS Specific)]]
10
* Use yum to install devel libraries:
11
<pre>
12
sudo yum install fftw-devel gsl-devel boost-python numpy 
13 6 Neil Voss
14 8 Neil Voss
</pre>
15
16 3 Neil Voss
h2. Download the source
17
18
# To download the source code go to the link:
19
#* http://blake.bcm.edu/emanwiki/EMAN2
20
# Click on *"Current stable version - direct link"*
21
# Go under the heading "Source" at bottom of page
22
# Click to download the *eman-source-2.xx.tar.gz* file
23
24
h2. Work with the source
25
26
# go to the directory with the source code
27
# extract the archive:
28
<pre>
29
tar zxvf eman-source-2.06.tar.gz
30
</pre>
31 4 Neil Voss
# go into directory
32 5 Neil Voss
<pre>cd EMAN2/src/eman2/</pre>
33 3 Neil Voss
34
35
h2. Documentation
36
37
* http://blake.bcm.edu/emanwiki/EMAN2/Install
38 9 Neil Voss
* http://blake.bcm.edu/emanwiki/EMAN2/FAQ/eman2BuildFAQ
39 3 Neil Voss
40 2 Neil Voss
______
41
42
[[Install EMAN|< Install EMAN 1]] | [[Install SPIDER|Install SPIDER >]]
43
44
______