]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
doc: mention that "Mac Developer Tools" is the way to get gcc/g++ for Mac
authorZooko O'Whielacronx <zooko@zooko.com>
Tue, 10 Jun 2008 23:19:34 +0000 (16:19 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Tue, 10 Jun 2008 23:19:34 +0000 (16:19 -0700)
docs/install.html

index e1635edc8074f71564b211a312cc5ad5ebc9b9d8..bae0dfd7b90eb11223a5c9909db493e7ef5e5bbc 100644 (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>