8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 17:23:03 +01:00

remove fb version info from build instructions

This commit is contained in:
Popa Marius Adrian 2016-11-08 11:48:22 +02:00 committed by GitHub
parent 116e558ccf
commit 3d1c4e71ad

View File

@ -100,7 +100,7 @@ with the default options (next, next, next)</li>
<h4>4.1.-Standard build</h4>
<ol>
<li>Eliminate the fb2control from firebird3 solution if you are using Visual Studio Express (doesn't support MFC) and it's only the control panel applet and try to build it, it should give you no errors when you build the solution.</li>
<li>Eliminate the fb2control from Firebird solution if you are using Visual Studio Express (doesn't support MFC) and it's only the control panel applet and try to build it, it should give you no errors when you build the solution.</li>
<li>Open a command line window.</li>
<li>Go to the builds\win32 directory.</li>
<li>Run the following batches in order (your version of VisualStudio is detected automatically)</li>
@ -111,7 +111,7 @@ with the default options (next, next, next)</li>
</ol>
</ol>
<ul>
<p>After the build finish, an output directory with the binaries is created below your firebird3 directory.</p>
<p>After the build finish, an output directory with the binaries is created below your firebird directory.</p>
<li>To make a clean build from scratch after making changes to the code use the clean_all.bat script</li>
</ul>
<h4>4.2.-Parser rebuild</h4>
@ -133,7 +133,7 @@ Where DEBUG means if the build is a debug one or not and CS means classic server
</ul>
<h4>4.5.-Building samples</h4>
<p>After the standard build is finished, an output directory with the same structure as the installed FB directory is created.</p>
<p>If you want to build the examples just cd to firebird3\output\examples\build_win32 and run run_all.bat</p>
<p>If you want to build the examples just cd to firebird\output\examples\build_win32 and run run_all.bat</p>
<p>Run_all.bat calls four other bats to make the example sets. Any example set can be build independently with its make_XXX script.</p>
<p>The example sets are:</p>
<ul>