Skip to content

Commit f6871f9

Browse files
erwinschrodinger1Hofer-Julian
authored andcommitted
Resolved numbering
1 parent 7acc617 commit f6871f9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

book/src/installation_windows.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,14 @@ gvsbuild build gtk4
3131
```
3232
### Update `Path` environment variable
3333

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

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

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

0 commit comments

Comments
 (0)