Updated docs.

This commit is contained in:
Branimir Karadžić 2016-04-16 09:33:24 -07:00
parent fa94fdf7ca
commit d20c854766
2 changed files with 9 additions and 5 deletions

View File

@ -308,14 +308,18 @@ git clone git://github.com/bkaradzic/bgfx.git
<div class="highlight-python"><div class="highlight"><pre>cd bgfx
</pre></div>
</div>
<p>Generate Visual Studio 2013 project files:</p>
<div class="highlight-python"><div class="highlight"><pre>..\bx\tools\bin\windows\genie vs2013
<p>Generate Visual Studio 2015 project files:</p>
<div class="highlight-python"><div class="highlight"><pre>..\bx\tools\bin\windows\genie vs2015
</pre></div>
</div>
<p>Open bgfx solution in Visual Studio 2013:</p>
<div class="highlight-python"><div class="highlight"><pre>start .build\projects\vs2013\bgfx.sln
<p>Open bgfx solution in Visual Studio 2015:</p>
<div class="highlight-python"><div class="highlight"><pre>start .build\projects\vs2015\bgfx.sln
</pre></div>
</div>
<div class="admonition note">
<p class="first admonition-title">Note</p>
<p class="last">For more detailed prerequisites and build steps on other platforms see below.</p>
</div>
</div>
<div class="section" id="prerequisites">
<h2>Prerequisites<a class="headerlink" href="#prerequisites" title="Permalink to this headline"></a></h2>

File diff suppressed because one or more lines are too long