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
<h2>Environment variables (new in 5.5.0.3)<aclass="headerlink" href="#environment-variables-new-in-5-5-0-3" title="Link to this heading"></a></h2>
130
-
<p>If plg-config doesn’t work you can manually set these environment variables:</p>
130
+
<p>If pkg-config doesn’t work you can manually set these environment variables:</p>
131
131
<p><codeclass="docutils literal notranslate"><spanclass="pre">RAYLIB_PLATFORM</span></code>: Any one of: <codeclass="docutils literal notranslate"><spanclass="pre">Desktop</span></code>, <codeclass="docutils literal notranslate"><spanclass="pre">SDL</span></code>, <codeclass="docutils literal notranslate"><spanclass="pre">DRM</span></code>, <codeclass="docutils literal notranslate"><spanclass="pre">PLATFORM_COMMA</span></code></p>
132
132
<p><codeclass="docutils literal notranslate"><spanclass="pre">RAYLIB_LINK_ARGS</span></code>: Arguments to pass to the linker rather than getting them from pkg-config.
<p>You can also override which package names pkg-config will search for:</p>
145
+
<p><codeclass="docutils literal notranslate"><spanclass="pre">PKG_CONFIG_LIB_raylib</span></code>: the package to request from pkg-config for raylib include files, default <codeclass="docutils literal notranslate"><spanclass="pre">raylib</span></code></p>
146
+
<p><codeclass="docutils literal notranslate"><spanclass="pre">PKG_CONFIG_LIB_raygui</span></code>: the package to request from pkg-config for raygui include files
147
+
set to <codeclass="docutils literal notranslate"><spanclass="pre">raygui`</span></code> if you have a separate raygui package, else unset for default <codeclass="docutils literal notranslate"><spanclass="pre">raylib</span></code></p>
148
+
<p><codeclass="docutils literal notranslate"><spanclass="pre">PKG_CONFIG_LIB_physac</span></code>: the package to request from pkg-config for physac include files
149
+
set to <codeclass="docutils literal notranslate"><spanclass="pre">physac`</span></code> if you have a separate physac package, else unset for default <codeclass="docutils literal notranslate"><spanclass="pre">raylib</span></code></p>
150
+
<p><codeclass="docutils literal notranslate"><spanclass="pre">PKG_CONFIG_LIB_glfw3</span></code>: the package to request from pkg-config for glfw3 include files
151
+
set to <codeclass="docutils literal notranslate"><spanclass="pre">glfw3</span></code> if you have a separate glfw3 package, else unset for default <codeclass="docutils literal notranslate"><spanclass="pre">raylib</span></code></p>
152
+
<p><codeclass="docutils literal notranslate"><spanclass="pre">PKG_CONFIG_LIB_libffi</span></code>: the package to request from pkg-config for libffi include files</p>
144
153
</section>
145
154
<sectionid="or-build-from-source-manually">
146
155
<h2>Or, Build from source manually<aclass="headerlink" href="#or-build-from-source-manually" title="Link to this heading"></a></h2>
0 commit comments