Skip to content

Commit

Permalink
docs: fix Path setting on windows (#1675)
Browse files Browse the repository at this point in the history
  • Loading branch information
mokurin000 authored Apr 2, 2024
1 parent a57f2c3 commit 6a7f477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/installation_windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ gvsbuild build gtk4
2. Search for 'Advanced system settings'
3. Click 'Environment Variables...'
4. Ensure there is a user variable named `PKG_CONFIG_PATH` with value `C:\gtk-build\gtk\x64\release\lib\pkgconfig`
5. Edit the variable named `Path` and add `C:\gtk-build\gtk\x64\release\lib\pkgconfig` to it
5. Edit the variable named `Path` and add `C:\gtk-build\gtk\x64\release\bin` to it
6. Ensure there is a user variable named `Lib` with value `C:\gtk-build\gtk\x64\release\lib` (or add new value to existing variable if already exists)

You can now continue with the [project setup](./project_setup.html).
Expand Down

0 comments on commit 6a7f477

Please sign in to comment.