]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: add excited DEVELOPER NOTE to install.html
authorZooko O'Whielacronx <zooko@zooko.com>
Mon, 8 Sep 2008 21:56:03 +0000 (14:56 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Mon, 8 Sep 2008 21:56:03 +0000 (14:56 -0700)
It should be removed before 1.3.0 release, of course...

docs/install.html

index f4def6cb6e8c6f40609412b5516a183618264741..dbc4945fe143e056df29bdfe49b07c731c341174 100644 (file)
@@ -25,7 +25,7 @@
       <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; the "Mac Developer Tools" version of gcc/g++ works for Mac</li>
 
-       <li><a href="http://gnu.org/software/make/">GNU make</a></li>
+       <li><a href="http://gnu.org/software/make/">GNU make</a> (DEVELOPER NOTE: Oh boy, we're close to removing this dependency from this document!  See http://allmydata.org/trac/tahoe/ticket/505 and http://allmydata.org/trac/tahoe/ticket/506.  Note that Tahoe hackers may want to continue to use the Makefile even if it is no longer necessary to build and test and launch Tahoe.)</li>
 
        <li><a href="http://python.org">Python</a> &gt;= v2.4.2 including development headers i.e. "Python.h"</li>
       </ol>