diff --git a/Doc/Manual/Windows.html b/Doc/Manual/Windows.html index 6c71e059e..ad7305de2 100644 --- a/Doc/Manual/Windows.html +++ b/Doc/Manual/Windows.html @@ -216,6 +216,7 @@ The short abbreviated instructions follow...
The step by step instructions to download and install MinGW and MSYS, then download and build the latest version of SWIG from cvs follow... +Note that the instructions for obtaining SWIG from CVS are also online at SWIG CVS.
@@ -282,19 +283,17 @@ tar -zxf bison-2.0-MSYS.tar.gz
mkdir /usr/src cd /usr/src -export CVSROOT=:pserver:anonymous@cvs.sourceforge.net:/cvsroot/swig +export CVSROOT=:pserver:anonymous@swig.cvs.sourceforge.net:/cvsroot/swig cvs login - (Logging in to anonymous@cvs.sourceforge.net) + (Logging in to anonymous@swig.cvs.sourceforge.net) CVS password: <Just Press Return Here> -cvs -z3 co SWIG +cvs -z3 checkout SWIG