Installation: Difference between revisions

m remove the --no-check-certificate option from wget, since the MPG server xds.mr.mpg.de 's certificate was fixed on July 31, 2025.
 
Line 9: Line 9:
<pre>
<pre>
  cd /usr/local/bin
  cd /usr/local/bin
  wget --no-check-certificate -O- https://xds.mr.mpg.de/XDS-gfortran_Linux_x86_64.tar.gz | tar xzvf -
  wget -O- https://xds.mr.mpg.de/XDS-gfortran_Linux_x86_64.tar.gz | tar xzvf -
  ln -sf XDS-gfortran_Linux_x86_64/* .
  ln -sf XDS-gfortran_Linux_x86_64/* .
# until 2025-05-02 the XDS tarfile for Linux had a different name:
# until 2025-05-02 the XDS tarfile for Linux had a different name:
Line 23: Line 23:
=== other programs: [[XDS-Viewer]], [[XDSSTAT]], [[XDSCC12]], [[XDSGUI]], [[XSCALE_ISOCLUSTER]], [[spot2pdb]], [[generate_XDS.INP]]  ===
=== other programs: [[XDS-Viewer]], [[XDSSTAT]], [[XDSCC12]], [[XDSGUI]], [[XSCALE_ISOCLUSTER]], [[spot2pdb]], [[generate_XDS.INP]]  ===
... can be downloaded from https://{{SERVERNAME}}/pub/linux_bin/ . A simple way to obtain them is to create an empty folder, "cd" to that folder and then
... can be downloaded from https://{{SERVERNAME}}/pub/linux_bin/ . A simple way to obtain them is to create an empty folder, "cd" to that folder and then
  wget --no-check-certificate -N https://{{SERVERNAME}}/pub/linux_bin/get_folder.sh
  wget -N https://{{SERVERNAME}}/pub/linux_bin/get_folder.sh
  chmod +x get_folder.sh
  chmod +x get_folder.sh
  ./get_folder.sh
  ./get_folder.sh