add source build docs
This commit is contained in:
parent
c59f68b75f
commit
d167b1fee3
18 changed files with 44 additions and 11 deletions
|
@ -42,6 +42,7 @@
|
|||
|
||||
<link rel="index" title="Index" href="genindex.html" />
|
||||
<link rel="search" title="Search" href="search.html" />
|
||||
<link rel="next" title="Building from source" href="BUILDING.html" />
|
||||
<link rel="prev" title="raylib.static" href="raylib.html" />
|
||||
</head>
|
||||
|
||||
|
@ -100,6 +101,7 @@
|
|||
<li class="toctree-l1"><a class="reference internal" href="pyray.html">raylib.pyray</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="raylib.html">raylib.static</a></li>
|
||||
<li class="toctree-l1 current"><a class="current reference internal" href="#">raylib.dynamic</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="BUILDING.html">Building from source</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
@ -191,6 +193,7 @@ But the dynamic bindings have the big advantage that you don’t need to compile
|
|||
</div>
|
||||
<footer>
|
||||
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
|
||||
<a href="BUILDING.html" class="btn btn-neutral float-right" title="Building from source" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
|
||||
<a href="raylib.html" class="btn btn-neutral float-left" title="raylib.static" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
|
||||
</div>
|
||||
|
||||
|
|
Reference in a new issue