From 6a7f4771d243a76e9f592910a0934648b10ecf00 Mon Sep 17 00:00:00 2001 From: poly000 <1348292515@qq.com> Date: Wed, 3 Apr 2024 02:39:44 +0800 Subject: [PATCH] docs: fix `Path` setting on windows (#1675) --- book/src/installation_windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/installation_windows.md b/book/src/installation_windows.md index 3cb77698bfe7..23d67ca1a85b 100644 --- a/book/src/installation_windows.md +++ b/book/src/installation_windows.md @@ -38,7 +38,7 @@ gvsbuild build gtk4 2. Search for 'Advanced system settings' 3. Click 'Environment Variables...' 4. Ensure there is a user variable named `PKG_CONFIG_PATH` with value `C:\gtk-build\gtk\x64\release\lib\pkgconfig` -5. Edit the variable named `Path` and add `C:\gtk-build\gtk\x64\release\lib\pkgconfig` to it +5. Edit the variable named `Path` and add `C:\gtk-build\gtk\x64\release\bin` to it 6. Ensure there is a user variable named `Lib` with value `C:\gtk-build\gtk\x64\release\lib` (or add new value to existing variable if already exists) You can now continue with the [project setup](./project_setup.html).