You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<liclass="toctree-l1"><aclass="reference internal" href="README.html#how-to-use">How to use</a></li>
@@ -97,9 +99,9 @@
97
99
<divitemprop="articleBody">
98
100
99
101
<sectionid="building-from-source">
100
-
<h1>Building from source<aclass="headerlink" href="#building-from-source" title="Permalink to this heading"></a></h1>
102
+
<h1>Building from source<aclass="headerlink" href="#building-from-source" title="Link to this heading"></a></h1>
101
103
<sectionid="have-pip-build-from-source">
102
-
<h2>Have Pip build from source<aclass="headerlink" href="#have-pip-build-from-source" title="Permalink to this heading"></a></h2>
104
+
<h2>Have Pip build from source<aclass="headerlink" href="#have-pip-build-from-source" title="Link to this heading"></a></h2>
103
105
<p>This is useful if the binaries don’t work on your system, or you want to use a newer version of Raylib.</p>
104
106
<p>First make sure Raylib is installed. On Linux/Mac it must include the pkg-config files. Best way to ensure this
105
107
is to compile and install Raylib using CMake: <aclass="reference external" href="https://github.com/raysan5/raylib/wiki/Working-on-GNU-Linux#build-raylib-using-cmake">https://github.com/raysan5/raylib/wiki/Working-on-GNU-Linux#build-raylib-using-cmake</a></p>
<p>Manual instructions follow, but may be outdated, so see also how we actually build the wheels
130
132
at <aclass="reference external" href="https://github.com/electronstudio/raylib-python-cffi/blob/master/.github/workflows/build.yml">https://github.com/electronstudio/raylib-python-cffi/blob/master/.github/workflows/build.yml</a></p>
131
133
<sectionid="windows-manual-build">
132
-
<h3>Windows manual build<aclass="headerlink" href="#windows-manual-build" title="Permalink to this heading"></a></h3>
134
+
<h3>Windows manual build<aclass="headerlink" href="#windows-manual-build" title="Link to this heading"></a></h3>
133
135
<p>Clone this repo including submodules so you get correct version of
0 commit comments