Updated docs.

This commit is contained in:
Branimir Karadžić
2016-09-16 08:39:37 -07:00
parent 496183ab7d
commit 9a83da3a75
2 changed files with 4 additions and 2 deletions

View File

@@ -175,7 +175,7 @@ git clone git://github.com/bkaradzic/bgfx.git
</pre></div>
</div>
<p>Generate Visual Studio 2015 project files:</p>
<div class="highlight-python"><div class="highlight"><pre>..\bx\tools\bin\windows\genie vs2015
<div class="highlight-python"><div class="highlight"><pre>..\bx\tools\bin\windows\genie --with-examples vs2015
</pre></div>
</div>
<p>Open bgfx solution in Visual Studio 2015:</p>
@@ -343,6 +343,8 @@ instead) inside different build system.</p>
</div>
<div class="section" id="alternative-build-systems">
<h2>Alternative build systems<a class="headerlink" href="#alternative-build-systems" title="Permalink to this headline"></a></h2>
<p><strong>CMake</strong>
<a class="reference external" href="https://github.com/JoshuaBrookover/bgfx.cmake#bgfxcmake">https://github.com/JoshuaBrookover/bgfx.cmake#bgfxcmake</a></p>
<p><strong>fips</strong> is a highlevel build system wrapper written in Python for C/C++ projects.
<a class="reference external" href="https://github.com/floooh/fips#fips">https://github.com/floooh/fips#fips</a></p>
<p><strong>mkvfx</strong> is a tool that builds open source libraries commonly used in games, film, and vfx.

File diff suppressed because one or more lines are too long