8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 14:03:03 +01:00
This commit is contained in:
brodsom 2004-07-21 11:02:08 +00:00
parent aef93b4408
commit 65bf4e9a37

View File

@ -12,7 +12,7 @@
<H2>MINGW Notes</H2>
<hr/>
First version: Mar 6 2003<br>
Last Update: Apr 21 2004<br>
Last Update: Jul 21 2004<br>
Author: Blas Rodriguez Somoza <a href="">blas@puertareal.com</a><br>
<h3>0.-Introduction</h3>
@ -38,7 +38,7 @@ Author: Blas Rodriguez Somoza <a href="">blas@puertareal.com</a><br>
</p>
<p>MSYS
<ul>
<li>MSYS-1.0.9.exe</li>
<li>MSYS-1.0.10.exe</li>
<li>msysDTK-1.0.1.exe</li>
</ul>
<p>If you intend to build an executable installer you will also need to download InnoSetup from <a href="http://www.jrsoftware.org/isdl.php">http://www.jrsoftware.org/isdl.php</a></p>
@ -50,7 +50,7 @@ Author: Blas Rodriguez Somoza <a href="">blas@puertareal.com</a><br>
<ol>
<li>run MinGW-3.1.0-1.exe. You must select the installation directory (default to 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.9.exe. First you must select your installation directory (default to c:\msys\1.0), then, in a command window, you must awswer some questions:<br><br>
<li>run MSYS-1.0.10.exe. First you must select your installation directory (default to c:\msys\1.0), then, in a command window, you must awswer some questions:<br><br>
Do you wish to continue with the post install? [yn] ANSWER y<br>
Do you have mingw installed? [yn] ANSWER y<br>
Where is your mingw installation? ANSWER your mingw directory using slashes (as in unix) no backslashes (as in windows)<br><br>