Skip to content

Commit

Permalink
Resolved ambiguity in instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
erwinschrodinger1 committed Sep 1, 2023
1 parent f983015 commit a992a58
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions book/src/installation_windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,10 @@ gvsbuild build gtk4
<!-- -->
### Update `Path` environment variable

2. Add `New User Variable` in environment variable to include `PKG_CONFIG_PATH`:
2. Add `New User Variable` and update `Path` in environment variable to include `PKG_CONFIG_PATH` and the GTK 4 libraries:
1. Go to settings -> Search and open `Advanced system settings` -> Click on `Environment variables`
3. Select `New` -> Input `Variable name` : `PKG_CONFIG_PATH` & `Variable value` : `C:\gtk-build\gtk\x64\release\lib\pkgconfig`

3. Update your `Path` environment variable to include the GTK 4 libraries:
1. Go to settings -> Search and open `Advanced system settings` -> Click on `Environment variables`
2. Select `Path` -> Click on `Edit` -> Add `C:\gtk-build\gtk\x64\release\bin`

2. Select `New` -> Input `Variable name` : `PKG_CONFIG_PATH` & `Variable value` : `C:\gtk-build\gtk\x64\release\lib\pkgconfig`
3. Select `Path` -> Click on `Edit` -> Add `C:\gtk-build\gtk\x64\release\bin`

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

Expand Down

0 comments on commit a992a58

Please sign in to comment.