2,718
edits
m (→XDS package for Macs with Apple M processors: add ; such that cut-and-paste works) |
m (→Prerequisites (Xcode, CCP4) for generate_XDS.INP, XDSGUI and other programs: take care of ccp4-9) |
||
Line 130: | Line 130: | ||
# Added by CCP4 package manager: | # Added by CCP4 package manager: | ||
. '/Applications/ccp4-7.1/bin/ccp4.setup-sh' | . '/Applications/ccp4-7.1/bin/ccp4.setup-sh' | ||
# or | |||
. '/Applications/ccp4-8.0/bin/ccp4.setup-sh' | |||
# or | |||
. '/Applications/ccp4-9/bin/ccp4.setup-sh' | |||
</pre>If the file does not exist, create it - the easiest way is: | </pre>If the file does not exist, create it - the easiest way is: | ||
<pre> | <pre> | ||
Line 135: | Line 140: | ||
# or | # or | ||
echo . /Applications/ccp4-8.0/bin/ccp4.setup-sh >> $HOME/.zprofile | echo . /Applications/ccp4-8.0/bin/ccp4.setup-sh >> $HOME/.zprofile | ||
# or | |||
echo . /Applications/ccp4-9/bin/ccp4.setup-sh >> $HOME/.zprofile | |||
# depending on which CCP4 version you have installed | # depending on which CCP4 version you have installed | ||
</pre>The <code>get_folder.sh</code> script (below) checks the CCP4 setup, and creates the necessary files if needed. | </pre>The <code>get_folder.sh</code> script (below) checks the CCP4 setup, and creates the necessary files if needed. |