2,684
edits
Line 161: | Line 161: | ||
sudo bunzip2 -f xdsstat.bz2 | sudo bunzip2 -f xdsstat.bz2 | ||
sudo chmod a+x xdsstat | sudo chmod a+x xdsstat | ||
</pre> | |||
To get [[XDSCC12]], | |||
<pre> | |||
cd /usr/local/bin | |||
sudo curl -L -o xdscc12 ftp://turn5.biologie.uni-konstanz.de/pub/xdscc12-mac | |||
sudo chmod a+x xdscc12 | |||
</pre> | </pre> | ||
To get [[XDSGUI]], please download from ftp://turn5.biologie.uni-konstanz.de/pub/xdsgui.dmg and then | To get [[XDSGUI]], please download from ftp://turn5.biologie.uni-konstanz.de/pub/xdsgui.dmg and then | ||
sudo ln -s /Applications/xdsgui.app/Contents/MacOS/xdsgui /usr/local/bin/xdsgui | sudo ln -s /Applications/xdsgui.app/Contents/MacOS/xdsgui /usr/local/bin/xdsgui |