mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Updated docs.
This commit is contained in:
10
build.html
10
build.html
@@ -4,7 +4,7 @@
|
||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Building — bgfx 1.118.8367 documentation</title>
|
||||
<title>Building — bgfx 1.118.8481 documentation</title>
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
|
||||
<!--[if lt IE 9]>
|
||||
@@ -31,7 +31,7 @@
|
||||
<a href="index.html" class="icon icon-home"> bgfx
|
||||
</a>
|
||||
<div class="version">
|
||||
1.118.8367
|
||||
1.118.8481
|
||||
</div>
|
||||
<div role="search">
|
||||
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
|
||||
@@ -174,7 +174,7 @@ You must use use <strong>cmd.exe</strong> with provided makefiles.</p>
|
||||
<section id="build">
|
||||
<h2>Build<a class="headerlink" href="#build" title="Permalink to this heading">¶</a></h2>
|
||||
<p>bgfx uses <a class="reference external" href="https://github.com/bkaradzic/genie#genie---project-generator-tool">GENie - Project generator tool</a>
|
||||
to generate project files for various platform. Binaries for Linux, OSX, and Windows are included in
|
||||
to generate project files for various platform. Binaries for Linux, macOS, and Windows are included in
|
||||
bx repository.</p>
|
||||
<section id="general">
|
||||
<h3>General<a class="headerlink" href="#general" title="Permalink to this heading">¶</a></h3>
|
||||
@@ -250,7 +250,7 @@ configuration file, it has to be set manually for each example project:</p>
|
||||
<p>For ease of integration to other build system bgfx library can be built
|
||||
with single .cpp file. It’s only necessary to build
|
||||
<a class="reference external" href="https://github.com/bkaradzic/bgfx/blob/master/src/amalgamated.cpp">src/amalgamated.cpp</a>
|
||||
(for OSX/iOS use
|
||||
(for macOS/iOS/iPadOS/tvOS use
|
||||
<a class="reference external" href="https://github.com/bkaradzic/bgfx/blob/master/src/amalgamated.mm">src/amalgamated.mm</a>
|
||||
instead) inside different build system.</p>
|
||||
</section>
|
||||
@@ -298,7 +298,7 @@ system.</p>
|
||||
<hr/>
|
||||
|
||||
<div role="contentinfo">
|
||||
<p>© Copyright 2010-2022, Branimir Karadžić.</p>
|
||||
<p>© Copyright 2010-2023, Branimir Karadžić.</p>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user