8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 09:20:39 +01:00

Update mingw instructions

This commit is contained in:
brodsom 2003-06-30 12:42:19 +00:00
parent 3421e05969
commit 92ff207985

View File

@ -29,25 +29,29 @@ Author: Blas Rodriguez Somoza <a href="">blas@puertareal.com</a><br>
<h3>2.-INSTALLING MSYS and MINGW</h3>
<p>The following packages from http://www.mingw.org are needed</p>
<p>MinGW
<ul>
<li>MinGW-2.0.0-3.exe</li>
<li>MinGW_win32api-2.3.tar.gz</li>
<li>mingw-runtime-3.0.tar.gz</li>
<li>bison-1.875.0-2003.02.10-1.exe</li>
</ul>
</p>
<p>MSYS
<ul>
<li>MSYS-1.0.8.exe</li>
<li>msysDTK-1.0.1.exe</li>
</ul>
</p>
<p>MinGW
<ul>
<li>MinGW-2.0.0-3.exe</li>
<li>MinGW_win32api-2.1.tar.gz</li>
<li>mingw-runtime-2.3.tar.gz</li>
<li>bison-1.875.0-2003.02.10-1.exe</li>
</ul>
</p>
<p>STEPS
<p>STEPS TO INSTALL
<ol>
<li>Install minGW first and then the other mingw 3 packages</li>
<li>Install MSYS</li>
<li>Install msysDTK</li>
<li>run MinGW-2.0.0-3.exe</li>
<li>uncompress w32api-2.3.tar.gz in the mingw directory (default c:\mingw)</li>
<li>uncompress mingw-runtime-3.0.tar.gz in the mingw directory (default c:\mingw)</li>
<li>uncompress gcc-3.2.3-20030504-1.tar.gz in the mingw directory (default c:\mingw)</li>
<li>run bison-1.875.0-2003.02.10-1.exe. You must give the program the mingw installation directory</li>
<li>run MSYS-1.0.8.exe. First you must select your installation directory, then, in a command window, you must awswer some questions<br>continue postinstall [yes]<br>mingw directory:[your mingw directory]</li>
<li>run msysDTK-1.0.1.exe. The installation directory must be the same that you select for MSYS.</li>
</ol>
</p>