Size: 720
Comment: fix numbered lists
|
Size: 812
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 17: | Line 17: |
1. Install dependencies ('''Work-In-Progress''') 1. `eman.yaml` 1. meta-package |
!!! 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 Anaconda/Miniconda (:TODO: links).
Checkout EMAN2 code from GitHub, (link here).
cd <some-path-to-keep-eman2-source> git clone https://github.com/cryoem/eman2.git
Install dependencies (Work-In-Progress)
eman.yaml
- meta-package
Optionally, activate an existing conda environment, i.e. source activate eman-env.
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 ==