Next: Platform Dependent Optimization
Up: Installation
Previous: Quick Installation
Contents
Index
Advanced Installation
If your libraries (fftw, gsl, hdf, etc) are not found by Quick
Installation, or if you want to change the compilation options,
the following steps help:
- follow the first 2 steps in Quick Installation.
- If your libraries are not installed at the default places,
setup the related environment variables:
- -
- fftw
FFTWDIR
- -
- gsl
GSLDIR
- -
- tiff
TIFFDIR
- -
- png
PNGDIR
- -
- hdf5
HDF5DIR
- -
- python
PYTHON_ROOT and PYTHON_VERSION
- % ccmake ../eman2
- -
- type 'c' if it asks about "CMAKE_BACKWARDS_COMPATIBILITY".
- -
- make necessary changes for compilation flags.
- -
- developers will probably want to set BOOST-LIBRARY to a
Boost.Python object file
(ex. libboost_python-gcc-1_32.so)
- -
- Then type 'c', and type 'g'.
- %
- make
- %
- make install
Subsections
2013-06-11