Add dos2unix comand to mingw build
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9957 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
23f8a0464c
commit
0a83b80934
1 changed files with 2 additions and 1 deletions
|
|
@ -279,7 +279,7 @@ tar -zxf bison-2.0-MSYS.tar.gz
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
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:
|
||||||
<div class="shell"><pre>
|
<div class="shell"><pre>
|
||||||
mkdir /usr/src
|
mkdir /usr/src
|
||||||
cd /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:
|
You are now ready to build SWIG. Execute the following commands to build swig.exe:
|
||||||
<div class="shell"><pre>
|
<div class="shell"><pre>
|
||||||
cd /usr/src/swig
|
cd /usr/src/swig
|
||||||
|
dos2unix configure.in
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue