1________________________________________________________________________
2
3        * * * README for running XCRYSDEN under CYGWIN * * *
4________________________________________________________________________
5
6
71. SOFTWARE REQUIREMENTS
8
9To run XCrySDen (pre-compiled) package under CYGWIN you will need the
10following cygwin packages:
11
12	  * tcl-tk
13          * tcl-togl
14	  * fftw3
15	  * libGL1
16	  * libGLU1
17	  * xorg-server
18	  * bash
19	  * bc
20	  * coreutils
21	  * gawk
22	  * grep
23	  * gzip
24	  * ImageMagick
25          * openbabel
26	  * less
27	  * util-linux
28
29BEWARE: the cygwin version of xcrysden requires running X-server !
30                                                ^^^^^^^^^^^^^^^^
31
32A very convenient tool for installing cygwin packages is apt-cyg
33(https://github.com/transcode-open/apt-cyg). Using "apt-cyg" the above
34packages can be installed as:
35
36apt-cyg install tcl-tk fftw3 libGL1 libGLU1 xorg-server bash bc coreutils gawk grep gzip less util-linux ImageMagick openbabel
37
38
39