Differences between revisions 1 and 2
Revision 1 as of 2017-05-15 18:25:40
Size: 716
Editor: TunayDurmaz
Comment: incomplete draft
Revision 2 as of 2017-05-15 18:29:11
Size: 720
Editor: TunayDurmaz
Comment: fix numbered lists
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 Anaconda/Miniconda (:TODO: links).
Line 11: Line 11:
2. Optionally, activate an existing conda environment, i.e. `source activate eman-env`.

3
. Checkout EMAN2 code from GitHub, (link here). {{{
 1. Checkout EMAN2 code from GitHub, (link here). {{{
Line 19: Line 17:
4. Out-of-source builds are recommended, so work in a directory outside of eman2 source. {{{  1. Optionally, activate an existing conda environment, i.e. `source activate eman-env`.

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

!!! 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 Anaconda/Miniconda (:TODO: links).
  2. Checkout EMAN2 code from GitHub, (link here).

    cd <some-path-to-keep-eman2-source>
    git clone https://github.com/cryoem/eman2.git
  3. Optionally, activate an existing conda environment, i.e. source activate eman-env.

  4. 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)