Installation: Difference between revisions

Jump to navigation Jump to search
m
→‎XDS package for Intel Macs: create /usr/local/bin if it does not yet exist
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 - ;
2,716

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu