mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 00:03:02 +01:00
added sed instructions
This commit is contained in:
parent
e7c44824e6
commit
de47cdeb48
@ -2,7 +2,7 @@
|
|||||||
<HTML>
|
<HTML>
|
||||||
<HEAD>
|
<HEAD>
|
||||||
<TITLE>Build procedure for MSVC compiler</TITLE>
|
<TITLE>Build procedure for MSVC compiler</TITLE>
|
||||||
<META NAME="Generator" CONTENT="EditPlus">
|
<META NAME="Generator" CONTENT="Vim">
|
||||||
<META NAME="Author" CONTENT="">
|
<META NAME="Author" CONTENT="">
|
||||||
<META NAME="Keywords" CONTENT="">
|
<META NAME="Keywords" CONTENT="">
|
||||||
<META NAME="Description" CONTENT="">
|
<META NAME="Description" CONTENT="">
|
||||||
@ -11,8 +11,9 @@
|
|||||||
<BODY>
|
<BODY>
|
||||||
<H2>VisualStudio build Notes</H2>
|
<H2>VisualStudio build Notes</H2>
|
||||||
<hr/>
|
<hr/>
|
||||||
Last Update: Oct 12 2009<br>
|
Last Update: Aug 25 2009<br>
|
||||||
Author: Blas Rodriguez Somoza <a href="">blas@puertareal.com</a><br>
|
Author: Blas Rodriguez Somoza <a href="">blas@puertareal.com</a><br>
|
||||||
|
Updated by: Popa Adrian Marius
|
||||||
|
|
||||||
<h3>0.-Introduction</h3>
|
<h3>0.-Introduction</h3>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
@ -68,7 +69,7 @@ Author: Blas Rodriguez Somoza <a href="">blas@puertareal.com</a><br>
|
|||||||
<p>To download the utilities use the following links</p>
|
<p>To download the utilities use the following links</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>My Inno setup extensions 3.0.6.2 <a href="http://www.wintax.nl/isx/">http://www.wintax.nl/isx/</a></li>
|
<li>My Inno setup extensions 3.0.6.2 <a href="http://www.wintax.nl/isx/">http://www.wintax.nl/isx/</a></li>
|
||||||
<li>Sed <a href="http://gnuwin32.sourceforge.net/">http://gnuwin32.sourceforge.net/</a></li>
|
<li>Sed <a href="http://gnuwin32.sourceforge.net/packages/sed.htm">http://gnuwin32.sourceforge.net/packages/sed.htm</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</blockquote>
|
</blockquote>
|
||||||
@ -83,7 +84,12 @@ Author: Blas Rodriguez Somoza <a href="">blas@puertareal.com</a><br>
|
|||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
<h4>2.2.-Sed</h4>
|
<h4>2.2.-Sed</h4>
|
||||||
|
<ol>
|
||||||
|
<li class="level1"><div class="li"> Download <a href="http://sourceforge.net/projects/gnuwin32/files/sed/4.2-1/sed-4.2-1-setup.exe/download" class="urlextern" title="http://sourceforge.net/projects/gnuwin32/files/sed/4.2-1/sed-4.2-1-setup.exe/download" rel="nofollow">Sed setup</a> from <a href="http://gnuwin32.sourceforge.net/packages/sed.htm" class="urlextern" title="http://gnuwin32.sourceforge.net/packages/sed.htm" rel="nofollow">GnuWin32 project</a> I had to run the setup and i extract into c:\gnuwin32 </div>
|
||||||
|
</li>
|
||||||
|
<li class="level1"><div class="li"> Add sed c:\gnuwin32\bin to the PATH environment variable , test it from a new console if it works by typing sed it should show you something abut gnu sed help</div>
|
||||||
|
</li>
|
||||||
|
</ol>
|
||||||
<h4>2.3.-Inno setup</h4>
|
<h4>2.3.-Inno setup</h4>
|
||||||
|
|
||||||
</blockquote>
|
</blockquote>
|
||||||
|
Loading…
Reference in New Issue
Block a user