923
Comment: install dependencies with meta-package
|
950
|
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-deps -c cryoem -c defaults -c conda-forge |
Line 21: | Line 21: |
1. Optionally, activate an existing conda environment, i.e. `source activate eman-env`. | 1. Optionally, activate an existing conda environment, e.g. `source activate eman-env`. |
Line 23: | Line 23: |
1. Out-of-source builds are recommended, so work in a directory outside of eman2 source. {{{ | 1. Out-of-source builds are recommended, so work in a directory outside of eman2 source. Note '''cmake''', not '''--( ccmake )--'''. {{{ |
Line 31: | Line 31: |
# == Linux == |
!!! 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
Download and install Anaconda2/Miniconda2.
Checkout EMAN2 code from GitHub:cryoem/eman2.
cd <some-path-to-keep-eman2-source> git clone https://github.com/cryoem/eman2.git
Install dependencies
conda install eman-deps -c cryoem -c defaults -c conda-forge
Optionally, activate an existing conda environment, e.g. source activate eman-env.
Out-of-source builds are recommended, so work in a directory outside of eman2 source. Note cmake, not ccmake .
cd <build-directory> cmake <some-path-to-keep-eman2-source> make -j make install