<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="Times New Roman">If it helps, I'm running Windows 7
      Professional, and the following seems to work at least for me.<br>
      <br>
      Note: xcrysden-1.5.53-cygwin.tar.gz only works with the 32 bit
      verison of Cygwin (setup-x86.exe)
      [<a class="moz-txt-link-freetext" href="http://www.democritos.it/pipermail/xcrysden/2014-May/001606.html">http://www.democritos.it/pipermail/xcrysden/2014-May/001606.html</a>].<br>
      <br>
      Compiling xcrysden on 64 bit Windows<br>
      ------------------------------------<br>
      <br>
      Downloaded the 64 bit version of Cygwin (setup-x86_64.exe) from:<br>
      <br>
      <a class="moz-txt-link-freetext" href="http://cygwin.com/">http://cygwin.com/</a><br>
      <br>
      Ran setup-x86_64.exe and installed the following packages.<br>
      <br>
      Packages likely needed to run xcrysden:<br>
      <br>
      tcl-tck (8.5.11.-1)<br>
      fftw3 (3.3.4-1)<br>
      libGL1 (10.2.4-1)<br>
      libGLU1 (9.0.0-1)<br>
      xorg-server (1.15.1-4)<br>
      bash (4.1.11-2)<br>
      bc (1.06.95-1)<br>
      coreutils (8.15-3)<br>
      gawk (4.1.1-1)<br>
      grep (2.16-1)<br>
      gzip (1.4-1)<br>
      ImageMagick (6.7.6.3-4)<br>
      less (458-1)<br>
      xinit (1.3.2-1)<br>
      gcc-fortran (4.8.3-2)<br>
      <br>
      Additional packages likely needed to compile xcrysden:<br>
      <br>
      make (4.0-2)<br>
      wget (1.15-1)<br>
      libX11-devel (1.6.2-1)<br>
      libGL-devel (10.2.4-1)<br>
      libGLU-devel (9.0.0-1)<br>
      libfftw3-devel (3.3.4-1)<br>
      libXmu-devel (1.1.2-1)<br>
      libQtOpenGL4-devel (4.8.6-1)<br>
      patch (2.7.1-1)<br>
      <br>
      Downloaded xcrysden source package (xcrysden-1.5.60.tar.gz) from:<br>
      <br>
      <a class="moz-txt-link-freetext" href="http://www.xcrysden.org/Download.html">http://www.xcrysden.org/Download.html</a><br>
      <br>
      Placed xcrysden-1.5.60.tar.gz in Cygwin installation directory
      (C:\cygwin).<br>
      <br>
      Clicked Windows button on the desktop, searched and clicked on
      XWin Server.<br>
      <br>
      In the terminal that opened, entered the following commands:<br>
      <br>
      cd /<br>
      tar xvf xcrysden-1.5.60.tar.gz<br>
      cd xcrysden-1.5.60<br>
      chmod +x xcrysden<br>
      echo 'export PATH=$PATH:/xcrysden-1.5.60' &gt;&gt; ~/.bashrc<br>
      source ~/.bashrc<br>
      <br>
      Placed the attached Make.cygwin64 in the xcrysden system directory
      (C:\cygwin\xcrysden-1.5.60\system) and cygwin.patch in the
      xcrysden Tcl directory (C:\cygwin\xcrysden-1.5.60\Tcl).<br>
      <br>
      Then, in the same terminal, entered the following commands:<br>
      <br>
      cp /xcrysden-1.5.60/system/make.cygwin64 make.sys<br>
      patch -b /xcrysden-1.5.60/Tcl/cygwin.tcl
      /xcrysden-1.5.60/Tcl/cygwin.patch<br>
      make xcrysden<br>
      xcrysden<br>
    </font>
  </body>
</html>