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
 
Pitfall note: If you want to check out SWIG to a different folder to the proposed /usr/src/SWIG, do not use MSYS emulated windows drive letters, because the autotools will fail miserably on those. -
- The full instructions for obtaining SWIG from CVS are online at SWIG CVS,