Xmipp in Cygwin
Xmipp (except the graphical part of the protocols) can be compiled and used in Cygwin (
http://www.cygwin.com). You need to install a number of development packages before being able to fully compile it. Instead, you may download an already prepared installation of cygwin from
xmipp_cygwin.rar.
- Decompress the file in some directory of your hard disk (let's say C:).
- Create a shortcut to cygwin shell program (C:\cygwin\Cygwin.bat).
- Type "cd coss/xmipp" in the shell.
- Update xmipp to the latest version with "svn update"
- Recompile with ./xmipp compile
Xmipp libraries (.dll) are left in C:\cygwin\home\coss\xmipp\lib, the Xmipp binaries are in C:\cygwin\home\coss\xmipp\bin.
For the compilation of the Java binding you need to have installed a Java JDK. The one currently used by this installation is Jdk1.6.0_30, that must be at C:\Program Files\Java\jdk1.6.0_30. To change the JDK you may use:
export JAVA_HOME=yourJDKdir
./xmipp configure
And then compile with
./xmipp compile
Topic revision: r2 - 2012-02-10 -
CoSS