Differences between revisions 9 and 10
Revision 9 as of 2006-12-21 22:30:46
Size: 1082
Editor: gtang
Comment:
Revision 10 as of 2006-12-21 22:32:37
Size: 1093
Editor: gtang
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
''We limit the external library dependecy by linking as much '' ''We limit the external library dependecy by linking them statically as much as we can. S''o you don't need
Line 11: Line 11:
==== Compiling from Source ====

EMAN1 Installation and Tips

Binary Packages

We provide EMAN1 binary packages on several platforms: Linux(x86), Linux(x86_64), SGI(Irix6.5), Win32, Mac OS X. For Linux copy, there are stand alone version and cluster version. For 32 bit Linux platform, Linux(x86), there is a athlon version which is for athlon based machine. This athlon version linked with a athtlon optimized fftw library, fftw-gel.

If you are not sure your Linux is 32 bit or 64 bit, you can type "uname -m -p". If it print out x86_64, it is a 64 bit machine. Or it print out i686, i386 etc., it is a 32 bit machine.

On Linux or SGI platform, after you untar the binary package, it will create a directory called "EMAN", you have to run eman-installer script in this directory and follow the output instruction. This eman-installer is a shell script which will create a shell script to setup the corresponding environment variables for you.

We limit the external library dependecy by linking them statically as much as we can. So you don't need

Under Construction

EMAN1/Install (last edited 2010-05-28 21:14:01 by gtang)