Skip to content

Commit

Permalink
deploy: 3c9e035
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian committed Sep 2, 2023
1 parent 8ece24b commit ae28b58
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion stable/latest/book/installation_windows.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,13 @@ <h3 id="build-gtk-4"><a class="header" href="#build-gtk-4">Build GTK 4</a></h3>
When choosing the GTK version to build, select <code>gtk4</code> instead of <code>gtk3</code>: </p>
<pre><code>gvsbuild build gtk4
</code></pre>
<!-- -->
<h3 id="update-path-environment-variable"><a class="header" href="#update-path-environment-variable">Update <code>Path</code> environment variable</a></h3>
<ol start="2">
<li>Update your <code>Path</code> environment variable to include the GTK 4 libraries:
<li>Add <code>New User Variable</code> and update <code>Path</code> in environment variable to include <code>PKG_CONFIG_PATH</code> and the GTK 4 libraries:
<ol>
<li>Go to settings -&gt; Search and open <code>Advanced system settings</code> -&gt; Click on <code>Environment variables</code></li>
<li>Select <code>New</code> -&gt; Input <code>Variable name</code> : <code>PKG_CONFIG_PATH</code> &amp; <code>Variable value</code> : <code>C:\gtk-build\gtk\x64\release\lib\pkgconfig</code></li>
<li>Select <code>Path</code> -&gt; Click on <code>Edit</code> -&gt; Add <code>C:\gtk-build\gtk\x64\release\bin</code></li>
</ol>
</li>
Expand Down
4 changes: 3 additions & 1 deletion stable/latest/book/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -254,11 +254,13 @@ <h3 id="build-gtk-4"><a class="header" href="#build-gtk-4">Build GTK 4</a></h3>
When choosing the GTK version to build, select <code>gtk4</code> instead of <code>gtk3</code>: </p>
<pre><code>gvsbuild build gtk4
</code></pre>
<!-- -->
<h3 id="update-path-environment-variable"><a class="header" href="#update-path-environment-variable">Update <code>Path</code> environment variable</a></h3>
<ol start="2">
<li>Update your <code>Path</code> environment variable to include the GTK 4 libraries:
<li>Add <code>New User Variable</code> and update <code>Path</code> in environment variable to include <code>PKG_CONFIG_PATH</code> and the GTK 4 libraries:
<ol>
<li>Go to settings -&gt; Search and open <code>Advanced system settings</code> -&gt; Click on <code>Environment variables</code></li>
<li>Select <code>New</code> -&gt; Input <code>Variable name</code> : <code>PKG_CONFIG_PATH</code> &amp; <code>Variable value</code> : <code>C:\gtk-build\gtk\x64\release\lib\pkgconfig</code></li>
<li>Select <code>Path</code> -&gt; Click on <code>Edit</code> -&gt; Add <code>C:\gtk-build\gtk\x64\release\bin</code></li>
</ol>
</li>
Expand Down
2 changes: 1 addition & 1 deletion stable/latest/book/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion stable/latest/book/searchindex.json

Large diffs are not rendered by default.

0 comments on commit ae28b58

Please sign in to comment.