2,719
edits
m (→Prerequisites (Xcode, CCP4, xxdiff) for generate_XDS.INP, XDSGUI and other programs: change the dot (".") into "source" in .zshrc) |
m (→XDS package for Macs with Apple M processors: remove ; after commands) |
||
Line 112: | Line 112: | ||
now enter the password, and then | now enter the password, and then | ||
if [ ! -e /usr/local/bin ]; then mkdir /usr/local/bin; fi | if [ ! -e /usr/local/bin ]; then mkdir /usr/local/bin; fi | ||
cd /usr/local/bin | cd /usr/local/bin | ||
curl -L -o - https://xds.mr.mpg.de/XDS-Apple_M1.tar.gz | tar xzvf - | curl -L -o - https://xds.mr.mpg.de/XDS-Apple_M1.tar.gz | tar xzvf - | ||
ln -sf XDS-Apple_M1/* . | ln -sf XDS-Apple_M1/* . | ||
exit | exit | ||