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

Update VisualStudio 20xx building notes README

This commit is contained in:
mapopa 2013-04-09 15:34:55 +00:00
parent b3c33aeeb6
commit a7985b8491

View File

@ -19,7 +19,7 @@ Updated by: Popa Adrian Marius (mapopa at gmail.com)
<blockquote>
<p>There are three VisualStudio builds, msvc8, msvc9 and msvc10. The msvc8 build is used for the official build of Firebird in Windows.</p>
<p>Under the directory where you put Firebird2 sources you will see the following directories</p>
<p>Under the directory where you put Firebird sources you will see the following directories</p>
<ul>
<li>builds</li>
<ul>
@ -61,7 +61,7 @@ Updated by: Popa Adrian Marius (mapopa at gmail.com)
<p>To prepare the standard msvc build of FB you need:</p>
<ul>
<li>Microsoft VisualStudio 8 (2005) or 9 (2008).</li>
<li>Microsoft VisualStudio 8 (2005) or greater</li>
<li>sed unix utility</li>
</ul>
@ -79,7 +79,7 @@ Updated by: Popa Adrian Marius (mapopa at gmail.com)
<h4>2.1.-Visual Studio</h4>
<ol>
<li>Install VisualStudio 8/9</li>
<li>Install VisualStudio 20xx</li>
<li>You can compile it with <a href=http://www.microsoft.com/express/downloads/#Visual_Studio_2008_Express_Downloads>Visual C++ 2008 Studio Express</a> but it will not be able to build the <a href=http://firebird.1100200.n4.nabble.com/building-head-with-visual-studio-2008-vc9-td1127168.html>control panel applet</a> but for the Firebird server and the rest of utilities building is ok<br>
</li>
</ol>