Differences between revisions 1 and 2
Revision 1 as of 2007-07-11 17:22:53
Size: 450
Editor: gtang
Comment:
Revision 2 as of 2007-07-11 17:55:11
Size: 509
Editor: gtang
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Question: [:FAQ EMAN USING 17:How do I compile EMAN for OSX(Mac) ?]
Line 4: Line 6:
 QT3 (X11 not native version)
 GSL
 FFTW2 (not 3)
 HDF5
 cmake
Line 10: Line 7:
 . QT3 (X11 not native version) GSL FFTW2 (not 3) HDF5 cmake
Line 12: Line 10:
cd eman
ccmake .
press 'c'
set various options
press 'c' then 'g'
make
make install
cd eman ccmake . press 'c' set various options press 'c' then 'g' make make install

Question: [:FAQ EMAN USING 17:How do I compile EMAN for OSX(Mac) ?]

We now offer partial support for OSX (current OSX version only). Still, to compile yourself, you need to know what you're doing if you want to make it work on that platform. Basically:

use 'fink' to install required libraries:

  • QT3 (X11 not native version) GSL FFTW2 (not 3) HDF5 cmake

Then just follow the normal unix install instructions:

cd eman ccmake . press 'c' set various options press 'c' then 'g' make make install

FAQ_EMAN_USING_17 (last edited 2008-11-26 04:42:28 by localhost)