2,684
edits
Line 122: | Line 122: | ||
There is also a 32bit tarfile at the same site, for OS X 10.4.11 - Tiger; the installation would be similar) | There is also a 32bit tarfile at the same site, for OS X 10.4.11 - Tiger; the installation would be similar) | ||
'''To install [[XDS-Viewer]]''', click https://sourceforge.net/project/platformdownload.php?group_id=239755 , | '''To install [[XDS-Viewer]]''', click https://sourceforge.net/project/platformdownload.php?group_id=239755 , open up the downloaded XDS-Viewer.app by clicking, and then (once you see it in the Finder), go to the Terminal and | ||
cp -pr /Volumes/XDS-Viewer/XDS-Viewer.app/ $HOME/Applications | |||
ln -s $HOME/Applications/XDS-Viewer.app/Contents/MacOS/xds-viewer-bin $HOME/bin/xds-viewer | ln -s $HOME/Applications/XDS-Viewer.app/Contents/MacOS/xds-viewer-bin $HOME/bin/xds-viewer | ||
'''To install [[XDSSTAT]]''', | '''To install [[XDSSTAT]]''', | ||
Line 131: | Line 132: | ||
chmod a+x xdsstat | chmod a+x xdsstat | ||
</pre> | </pre> | ||
'''To install [[XDSGUI]]''', please download from ftp://turn5.biologie.uni-konstanz.de/pub/xdsgui.dmg, | '''To install [[XDSGUI]]''', please download from ftp://turn5.biologie.uni-konstanz.de/pub/xdsgui.dmg, open up the downloaded xdsgui.app by clicking, and then (once you see it in the Finder), go to the Terminal and | ||
cp -pr /Volumes/xdsgui/xdsgui.app/ $HOME/Applications | |||
ln -s $HOME/Applications/xdsgui.app/Contents/MacOS/xdsgui $HOME/bin/xdsgui | ln -s $HOME/Applications/xdsgui.app/Contents/MacOS/xdsgui $HOME/bin/xdsgui | ||