Project

General

Profile

Actions

Install EMAN2 » History » Revision 15

« Previous | Revision 15/87 (diff) | Next »
Neil Voss, 08/13/2012 08:08 PM


Install EMAN2/SPARX

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.

This documentation assumes you are using CentOS 6 (written as of CentOS 6.2)

Install require pre-packages for EMAN2 compiling

  • Make sure EPEL is install, if not go here: Download additional Software (CentOS Specific)
  • Use yum to install devel libraries:
    sudo yum install fftw-devel gsl-devel boost-python numpy \
     PyQt4-devel cmake ipython hdf5-devel libtiff-devel libpng-devel \
     PyOpenGL ftgl-devel
    

Download the source

  1. To download the source code go to the link:
  2. Click on "Current stable version - direct link"
  3. Go under the heading "Source" at bottom of page
  4. Click to download the eman-source-2.xx.tar.gz file

Work with the source

  1. go to the directory with the source code
  2. extract the archive:
    tar zxvf eman-source-2.06.tar.gz
    
  3. go into directory
    cd EMAN2/src/build
  4. start configure script:
    cmake ../eman2/
  5. start compiling:
    make

Documentation


< Install EMAN 1 | Install SPIDER >


Updated by Neil Voss over 12 years ago · 15 revisions