2,716
edits
m (→XDS package for Intel Macs: create /usr/local/bin if it does not yet exist) |
|||
Line 79: | Line 79: | ||
# obtain root privileges (it will ask for your password): | # obtain root privileges (it will ask for your password): | ||
sudo su | sudo su | ||
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-OSX_64.tar.gz | tar xzvf - | curl -L -o - https://xds.mr.mpg.de/XDS-OSX_64.tar.gz | tar xzvf - | ||
Line 105: | Line 106: | ||
sudo su | sudo su | ||
now enter the password, and then | now enter the password, and then | ||
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 - ; |