32
Comment:
|
1637
converted to 1.6 markup
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
''''' Under Construction ''''' | = Compiling and installing EMAN = '''Most users, even 'advanced' users should select a binary install.''' If the binaries don't work for you for some reason (please [[mailto:sludtke@bcm.edu|let us know]], or if you need to write new low-level image processing functions, then you can resort to a source-based installation.) EMAN2 uses an increasingly popular approach of writing all of the main computationally intensive image processing operations in C++, but writing all of the user programs, including those with GUIs (graphical user interfaces) in a scripting language called [[http://www.python.org|Python]]. All of these Python level programs can be edited by the end-user WITHOUT requiring a C++ development environment. Note that most users won't want or need even this level of customization. === Binary Installation === * [[EMAN2/Install/BinaryInstall|Installing EMAN2 binaries]] === Compiling from source and setting up a C++ development environment === * [[http://blake.bcm.tmc.edu/eman/eman2/INSTALL|EMAN2's non-wiki installation instructions]] (Linux) * [[COMPILE_EMAN2_WINDOWS|Compile EMAN2 with Visual Studio .NET 2005 on Windows XP]] * [[COMPILE_EMAN2_MAC_OS_X|Compile EMAN2 on OS X]] * [[COMPILE_EMAN2_Fedora_9|Compile EMAN2 on Fedora 9: use yum to solve dependency issue]] === FAQ === * [[eman2BuildFAQ|EMAN2 compilation frequent asked questions]] * [[EMAN2_unittest|How do I know my EMAN2 installation or compilation is successful?]] * [[Py_initModule4_64|I try to run eman2 script, got error like "ImportError: ....libboost....: undefined symbol: Py_InitModule4_64", what does that mean?]] |
Compiling and installing EMAN
Most users, even 'advanced' users should select a binary install. If the binaries don't work for you for some reason (please let us know, or if you need to write new low-level image processing functions, then you can resort to a source-based installation.)
EMAN2 uses an increasingly popular approach of writing all of the main computationally intensive image processing operations in C++, but writing all of the user programs, including those with GUIs (graphical user interfaces) in a scripting language called Python. All of these Python level programs can be edited by the end-user WITHOUT requiring a C++ development environment. Note that most users won't want or need even this level of customization.
Binary Installation
Compiling from source and setting up a C++ development environment