Differences between revisions 7 and 8
Revision 7 as of 2017-05-15 21:43:53
Size: 906
Editor: TunayDurmaz
Comment:
Revision 8 as of 2017-05-16 00:19:04
Size: 914
Editor: TunayDurmaz
Comment: rename dependencies feedstock
Deletions are marked like this. Additions are marked like this.
Line 18: Line 18:
conda install eman-meta -c cryoem -c defaults -c conda-forge conda install eman-dependencies -c cryoem -c defaults -c conda-forge

!!! 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

    conda install eman-dependencies -c cryoem -c defaults -c conda-forge
  4. Optionally, activate an existing conda environment, e.g. 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

Windows

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