diff --git a/Doc/Manual/Windows.html b/Doc/Manual/Windows.html index 9a5922e02..e65387c46 100644 --- a/Doc/Manual/Windows.html +++ b/Doc/Manual/Windows.html @@ -279,7 +279,7 @@ tar -zxf bison-2.0-MSYS.tar.gz
  • - To get the latest SWIG SVN, type in the following: + To get the latest SWIG SVN (version from Subversion source control), type in the following:
     mkdir /usr/src
     cd /usr/src
    @@ -296,6 +296,7 @@ the autotools will fail miserably on those.
       You are now ready to build SWIG. Execute the following commands to build swig.exe:
     
     cd /usr/src/swig
    +dos2unix configure.in
     ./autogen.sh
     ./configure
     make