2,684
edits
(tkdiff) |
|||
Line 88: | Line 88: | ||
== Mac (Intel) == | == Mac (Intel) == | ||
=== personal installation === | |||
cd /usr/local/bin | |||
curl -L -o - http://strucbio.biologie.uni-konstanz.de/xdswiki/index.php/generate_XDS.INP | \ | |||
sed -e s/\ \;/\ /g -e s/\>\;/\>/g -e s/\<\;/\</g -e s/amp\;//g -e s/\"\;/\"/g -e s/\&\#\1\6\0\;/\ /g | \ | |||
sed '/# end of generate_XDS.INP/,$d' | awk '/^#/,/rm -f tmp1 tmp2/' > generate_XDS.INP | |||
chmod +x generate_XDS.INP | |||
</pre> | |||
To get [[XDS]], for latest OS X (Mavericks): | |||
<pre> | |||
curl -L -o - ftp://ftp.mpimf-heidelberg.mpg.de/pub/kabsch/XDS-OSX10.9.1_Darwin13.0.0.tar.gz | tar xvf - | |||
ln -sf XDS-OSX10.9.1_Darwin13.0.0/* . | |||
</pre> | |||
and for older OS X: | |||
<pre> | |||
curl -L -o - ftp://ftp.mpimf-heidelberg.mpg.de/pub/kabsch/XDS-OSX10.5.8_Darwin9.8.0.tar.gz | tar xvf - | |||
ln -sf XDS-OSX10.5.8_Darwin9.8.0/* . | |||
</pre> | |||
(There is also a 32bit tarfile at the same site, for OS X 10.4.11; the installation would be similar) | |||
To get [[XDS-Viewer]], click https://sourceforge.net/project/platformdownload.php?group_id=239755 , install in the usual way and then | |||
sudo ln -s /Applications/XDS-Viewer.app/Contents/MacOS/xds-viewer-bin /usr/local/bin/xds-viewer | |||
To get [[XDSSTAT]], | |||
<pre> | |||
curl -L -o xdsstat.bz2 ftp://turn5.biologie.uni-konstanz.de/pub/xdsstat-i386-mac.bz2 | |||
bunzip2 -f xdsstat.bz2 | |||
chmod a+x xdsstat | |||
</pre> | |||
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 | |||
=== installation as root === | |||
sudo su | sudo su | ||
(enter your root password) | (enter your root password) | ||
Line 124: | Line 156: | ||
It is useful to install xxdiff from http://furius.ca/downloads/xxdiff/releases/macosx/ | It is useful to install xxdiff from http://furius.ca/downloads/xxdiff/releases/macosx/ | ||
== Windows == | == Windows == |