Compiling EMAN2 on Windows

1. Use cmake to generate Visual Studio 2005 solution:

3. The major trouble of compiling EMAN2 on Visual Studio 2005 come from the dependent library:

4. Actions before build:

5. Ignore specific library LIBC.lib

If you see this error message, follow the solution.

Problem: LINK : fatal error LNK1104: cannot open file 'LIBC.lib'
Solution: right click project -> Properties -> Linker -> Input -> Ignore Specific Library -> LIBC.lib

6. After compilation

7. runtime libraries for EMAN2 GUI program