To install XDS in Fedora, just read the goddamn instructions here. Is not difficult.

  1. Download XDS-INTEL64_Linux_x86_64.tar.gz
  2. Do
    cd ~/Downloads
    tar xvzf XDS-INTEL64_Linux_x86_64.tar.gz
    cd
    echo "#XDS" >> .bashrc
    echo "export PATH=/home/`whoami`/Downloads/XDS-INTEL64_Linux_x86_64:\$PATH" >> .bashrc
    echo "export KMP_STACKSIZE=8m" >> .bashrc
    

    That’s it.