Skip to content

InstallXmipp09OnCygWin

Adrian Quintana edited this page Dec 11, 2017 · 1 revision

Install cygwin Add the following packages to the default installation


   -> Devel -> automake 1.9
   -> Devel -> binutils
   -> Devel -> boost-devel
   -> Devel -> svn
   -> Devel -> gcc-g++
   -> Devel -> gcc
   -> Devel -> gettext
   -> Devel -> libtool
   -> Devel -> make
   -> Devel -> qt3-devel
   -> Graphics -> gnuplot
   -> Graphics -> tiff
   -> Graphics -> opengl
   -> Graphics -> jpeg
   -> Graphics -> freeglut
   -> Libs -> boost
   -> X11 -> XFree86-lib-compat

cd Xmipp-0.9
export CPPFLAGS=-D_CYGWIN
export LDFLAGS=-L/usr/X11R6/bin
./configure --with-Qt-lib-dir=/usr/lib/qt3/lib --with-Qt-bin-dir=/usr/lib/qt3/bin --with-Qt-include-dir=/usr/include/qt3
make
make install
startx
export PATH=/home/coss/Xmipp-0.9/bin:$PATH
export LD_LIBRARYPATH=/home/coss/Xmipp-0.9/lib:$LD_LIBRARY_PATH


-- Main.SjorsScheres - 28 Nov 2007

Clone this wiki locally