From 5ea9f156be4eea62c1482a956a9838274537b07c Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx <zooko@zooko.com> Date: Tue, 8 Jan 2008 11:03:29 -0700 Subject: [PATCH] docs: make it so that people will stop experiencing build failure due to g++ not being installed --- docs/install.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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> -- 2.45.2