From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Tue, 10 Jun 2008 23:19:34 +0000 (-0700)
Subject: doc: mention that "Mac Developer Tools" is the way to get gcc/g++ for Mac
X-Git-Tag: allmydata-tahoe-1.1.0~22
X-Git-Url: https://git.rkrishnan.org/simplejson/%22news.html/schema.xhtml?a=commitdiff_plain;h=ff298182aaae92bf7bd0f32fcaf0f62c12e330ca;p=tahoe-lafs%2Ftahoe-lafs.git

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

diff --git a/docs/install.html b/docs/install.html
index e1635edc..bae0dfd7 100644
--- a/docs/install.html
+++ b/docs/install.html
@@ -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>