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