File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,14 @@ gvsbuild build gtk4
31
31
```
32
32
### Update ` Path ` environment variable
33
33
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 ` :
35
35
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 `
37
37
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 :
39
39
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
+
41
42
42
43
You can now continue with the [ project setup] ( ./project_setup.html ) .
43
44
You can’t perform that action at this time.
0 commit comments