2,684
edits
Line 89: | Line 89: | ||
== Mac (Intel) == | == Mac (Intel) == | ||
=== personal installation === | === personal installation === | ||
Preparation: | '''Preparation''': | ||
* make sure your $PATH includes your $HOME/bin - the programs will be put into that directory. To achieve this, open a Terminal window, and then | * make sure your $PATH includes your $HOME/bin - the programs will be put into that directory. To achieve this, open a Terminal window, and then | ||
<pre> | <pre> | ||
Line 99: | Line 99: | ||
mkdir $HOME/bin | mkdir $HOME/bin | ||
</pre> | </pre> | ||
'''To install generate_XDS.INP''': | |||
<pre> | <pre> | ||
cd $HOME/bin | cd $HOME/bin | ||
Line 107: | Line 107: | ||
chmod +x generate_XDS.INP | chmod +x generate_XDS.INP | ||
</pre> | </pre> | ||
'''To install [[XDS]], for latest OS X (Mavericks)''': | |||
<pre> | <pre> | ||
cd $HOME/bin | cd $HOME/bin | ||
Line 120: | Line 120: | ||
There is also a 32bit tarfile at the same site, for OS X 10.4.11; the installation would be similar) | There is also a 32bit tarfile at the same site, for OS X 10.4.11; the installation would be similar) | ||
To | '''To install [[XDS-Viewer]]''', click https://sourceforge.net/project/platformdownload.php?group_id=239755 , install in the usual way and then | ||
ln -s /Applications/XDS-Viewer.app/Contents/MacOS/xds-viewer-bin $HOME/bin/xds-viewer | ln -s /Applications/XDS-Viewer.app/Contents/MacOS/xds-viewer-bin $HOME/bin/xds-viewer | ||
To | '''To install [[XDSSTAT]]''', | ||
<pre> | <pre> | ||
cd $HOME/bin | cd $HOME/bin | ||
Line 129: | Line 129: | ||
chmod a+x xdsstat | chmod a+x xdsstat | ||
</pre> | </pre> | ||
To | '''To install [[XDSGUI]]''', please download from ftp://turn5.biologie.uni-konstanz.de/pub/xdsgui.dmg and then | ||
ln -s /Applications/xdsgui.app/Contents/MacOS/xdsgui $HOME/bin/xdsgui | ln -s /Applications/xdsgui.app/Contents/MacOS/xdsgui $HOME/bin/xdsgui | ||
=== system-wide installation (requires root permission) === | === system-wide installation (requires root permission) === |