Skip to content

Commit 1d6db6e

Browse files
erwinschrodinger1Hofer-Julian
authored andcommitted
Edit:: Book for installation in windows
1 parent 87180d0 commit 1d6db6e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

book/src/installation_windows.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,16 @@ When choosing the GTK version to build, select `gtk4` instead of `gtk3`:
2929
```
3030
gvsbuild build gtk4
3131
```
32-
32+
<!-- -->
3333
### Update `Path` environment variable
3434

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

39+
3. Add `New User Variable` in enviroment variable to include `PKG_CONFIG_PATH`:
40+
1. Go to settings -> Search and open `Advanced system settings` -> Click on `Environment variables`
41+
3. Select `New` -> Input `Variable name` : `PKG_CONFIG_PATH` & `Variable value` : `C:\gtk-build\gtk\x64\release\lib\pkgconfig`
3942

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

0 commit comments

Comments
 (0)