Installation: Difference between revisions

Line 90: Line 90:
=== personal installation (experimental writeup) ===
=== personal installation (experimental writeup) ===


Attention: Xcode is required to be installed.
Attention: generate_XDS.INP requires [https://developer.apple.com/xcode/ Xcode] to be installed. Xcode is not installed by default, but can be downloaded free of charge from the Mac App Store. After installing Xcode, open “Preferences”, select the “Downloads” tab, and click the “Install” next to “Command Line Tools”.
 
I'm not sure if Xcode can be installed without administrator priviliges; you may wish to look at the first item in https://trac.macports.org/wiki/InstallingMacPorts .


'''Preparation''':  
'''Preparation''':  
Line 96: Line 98:
<pre>
<pre>
  cd $HOME
  cd $HOME
  echo 'export PATH=$HOME:$HOME/bin' >> .bashrc
  echo 'export PATH=$HOME:$HOME/bin' >> ~/.profile
   
   
</pre>
</pre>
(I'm not sure if it should be .profile or .bashrc; I have seen it work with .profile but not with .bashrc on a Leopard system)
* create the $HOME/bin and $HOME/Applications directories. Still in the Terminal window, type
* create the $HOME/bin and $HOME/Applications directories. Still in the Terminal window, type
<pre>
<pre>
2,652

edits