Skip to content

Commit 3c9e035

Browse files
erwinschrodinger1Hofer-Julian
authored andcommitted
Resolved ambiguity in instruction
1 parent fc8af81 commit 3c9e035

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

book/src/installation_windows.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,10 @@ gvsbuild build gtk4
3232
<!-- -->
3333
### Update `Path` environment variable
3434

35-
2. Add `New User Variable` in environment variable to include `PKG_CONFIG_PATH`:
35+
2. Add `New User Variable` and update `Path` in environment variable to include `PKG_CONFIG_PATH` and the GTK 4 libraries:
3636
1. Go to settings -> Search and open `Advanced system settings` -> Click on `Environment variables`
37-
3. Select `New` -> Input `Variable name` : `PKG_CONFIG_PATH` & `Variable value` : `C:\gtk-build\gtk\x64\release\lib\pkgconfig`
38-
39-
3. Update your `Path` environment variable to include the GTK 4 libraries:
40-
1. Go to settings -> Search and open `Advanced system settings` -> Click on `Environment variables`
41-
2. Select `Path` -> Click on `Edit` -> Add `C:\gtk-build\gtk\x64\release\bin`
42-
37+
2. Select `New` -> Input `Variable name` : `PKG_CONFIG_PATH` & `Variable value` : `C:\gtk-build\gtk\x64\release\lib\pkgconfig`
38+
3. Select `Path` -> Click on `Edit` -> Add `C:\gtk-build\gtk\x64\release\bin`
4339

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

0 commit comments

Comments
 (0)