How to install XDS in Fedora?
To install XDS in Fedora, just read the goddamn instructions here. Is not difficult.
- Download XDS-INTEL64_Linux_x86_64.tar.gz
- 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" >> .bashrcThat’s it.