'''Question:''' How do I compile EMAN for OSX(Mac) ? '''Answer:''' 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