From: Zooko O'Whielacronx <zooko@zooko.com> Date: Tue, 8 Jan 2008 18:03:29 +0000 (-0700) Subject: docs: make it so that people will stop experiencing build failure due to g++ not... X-Git-Tag: allmydata-tahoe-0.7.0~12 X-Git-Url: https://git.rkrishnan.org/Site/Content/reliability?a=commitdiff_plain;h=5ea9f156be4eea62c1482a956a9838274537b07c;p=tahoe-lafs%2Ftahoe-lafs.git docs: make it so that people will stop experiencing build failure due to g++ not being installed --- diff --git a/docs/install.html b/docs/install.html index b3eac6bd..206da38a 100644 --- a/docs/install.html +++ b/docs/install.html @@ -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>