docs: make it so that people will stop experiencing build failure due to g++ not being installed

This commit is contained in:
Zooko O'Whielacronx 2008-01-08 11:03:29 -07:00
parent 9033d887a3
commit 5ea9f156be

View File

@ -26,7 +26,7 @@
<p>Prior to installing Tahoe the following must be installed:
<ol>
<li><a href="http://gcc.gnu.org/">gcc</a> including g++ -- the Cygwin version of gcc works for Cygwin and for Windows</li>
<li><a href="http://gcc.gnu.org/">g++</a> -- the Cygwin version of gcc/g++ works for Cygwin and for Windows</li>
<li><a href="http://gnu.org/software/make/">GNU make</a></li>