2,684
edits
Line 200: | Line 200: | ||
== Windows == | == Windows == | ||
The programs of the XDS package as well as XDSGUI, XDSSTAT and so on may be run within the [http://www.pcworld.com/article/3055403/windows/windows-10s-bash-shell-can-run-graphical-linux-applications-with-this-trick.html Linux-Subsystem for Windows] (Windows10 64bit). This installs a Ubuntu 14.04.5 LTS environment, which supports the apt package manager. | |||
Graphical Linux programs require installation of a X server like [https://sourceforge.net/projects/xming/files/latest/download Xming] on the Windows host. To use it, one has to say in the shell window | |||
Graphical Linux programs require installation of a X server | |||
export DISPLAY=:0 | export DISPLAY=:0 | ||
XDSGUI requires | XDSGUI requires | ||
sudo apt-get install xinit libgomp1 libqtgui4 | sudo apt-get install xinit libgomp1 libqtgui4 | ||
and [[generate_XDS.INP]] requires a number of packages (some of which only for specific detectors!); I'd start with | |||
sudo apt-get install coreutils binutils gawk sed bc grep | |||
and if required, also install python and hdf5-tools. | |||
Unfortunately, only single-processor xds runs smoothly, whereas the parallel xds_par stops with an error message. |