2,716
edits
m (→XDS package: put --no-check-certificate into wget command) |
m (→XDS package: new name of XDS for Linux package) |
||
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-INTEL64_Linux_x86_64.tar.gz | tar xzvf - | wget --no-check-certificate -O- https://xds.mr.mpg.de/XDS-gfortran_Linux_x86_64.tar.gz | tar xzvf - | ||
ln -sf XDS-gfortran_Linux_x86_64/* . | |||
# until 2025-05-02 the XDS tarfile for Linux had a different name: | |||
# wget --no-check-certificate -O- https://xds.mr.mpg.de/XDS-INTEL64_Linux_x86_64.tar.gz | tar xzvf - | |||
# ln -sf XDS-INTEL64_Linux_x86_64/* . | |||
</pre> | </pre> | ||
In case the above website is unavailable, there is a [https://{{SERVERNAME}}/pub/xds backup site]. | In case the above website is unavailable, there is a [https://{{SERVERNAME}}/pub/xds backup site]. |