Compiling EMAN2 on Windows

1. Use cmake to generate Visual Studio 2008 solution:

2. The dependent libraries for EMAN2 building:

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