Differences between revisions 3 and 4
Revision 3 as of 2017-05-15 18:33:05
Size: 812
Editor: TunayDurmaz
Comment:
Revision 4 as of 2017-05-15 18:40:54
Size: 916
Editor: TunayDurmaz
Comment: download links
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
 1. Download and install Anaconda/Miniconda (:TODO: links).  1. Download and install [[https://www.continuum.io/downloads | Anaconda2]]/[[https://conda.io/miniconda.html | Miniconda2]].
Line 11: Line 11:
 1. Checkout EMAN2 code from GitHub, (link here). {{{  1. Checkout EMAN2 code from [[https://github.com/cryoem/eman2 | GitHub:cryoem/eman2]]. {{{

!!! UNDER CONSTRUCTION !!!

All platforms

The following instructions will work with cmake changes introduced in https://github.com/cryoem/eman2/pull/65.

Mac OS X, Linux

  1. Download and install Anaconda2/Miniconda2.

  2. Checkout EMAN2 code from GitHub:cryoem/eman2.

    cd <some-path-to-keep-eman2-source>
    git clone https://github.com/cryoem/eman2.git
  3. Install dependencies (Work-In-Progress)

    1. eman.yaml

    2. meta-package
  4. Optionally, activate an existing conda environment, i.e. source activate eman-env.

  5. Out-of-source builds are recommended, so work in a directory outside of eman2 source.

    cd <build-directory>
    cmake <some-path-to-keep-eman2-source>
    make -j
    make install

# == Linux ==

Windows

EMAN2/COMPILE_EMAN2_ANACONDA-PRE-CONDA-ENVIRONMENTS (last edited 2019-11-01 14:27:54 by TunayDurmaz)