From 936e0bc418e183051652d09addde69266f35ea2e Mon Sep 17 00:00:00 2001
From: Olly Betts
-CVS access to the latest version of SWIG is also available. More information +SVN access to the latest version of SWIG is also available. More information about this can be obtained at:
diff --git a/Doc/Manual/Windows.html b/Doc/Manual/Windows.html index 73228f6f1..9a5922e02 100644 --- a/Doc/Manual/Windows.html +++ b/Doc/Manual/Windows.html @@ -216,7 +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 SVN follow... -Note that the instructions for obtaining SWIG from SVN are also online at SWIG SVN. +Note that the instructions for obtaining SWIG from SVN are also online at SWIG SVN.
@@ -279,27 +279,23 @@ tar -zxf bison-2.0-MSYS.tar.gz
mkdir /usr/src cd /usr/src -export CVSROOT=:pserver:anonymous@swig.cvs.sourceforge.net:/cvsroot/swig -cvs login - (Logging in to anonymous@swig.cvs.sourceforge.net) - CVS password: <Just Press Return Here> -cvs -z3 checkout SWIG +svn co https://swig.svn.sourceforge.net/svnroot/swig/trunk swig
-cd /usr/src/SWIG +cd /usr/src/swig ./autogen.sh ./configure make