doc: mention that "Mac Developer Tools" is the way to get gcc/g++ for Mac

This commit is contained in:
Zooko O'Whielacronx 2008-06-10 16:19:34 -07:00
parent e3337461af
commit ff298182aa

View File

@ -23,7 +23,7 @@
<p>Prior to installing Tahoe ensure that the following are installed:
<ol>
<li><a href="http://gcc.gnu.org/">g++</a> &gt;= v3.3 -- the Cygwin version of gcc/g++ works for Cygwin and for Windows</li>
<li><a href="http://gcc.gnu.org/">g++</a> &gt;= v3.3 -- the "Cygwin" version of gcc/g++ works for Cygwin and for Windows; the "Mac Developer Tools" version of gcc/g++ works for Mac</li>
<li><a href="http://gnu.org/software/make/">GNU make</a></li>