From 05f0ec22a82c839fd3a648f832e5df88abcda0a8 Mon Sep 17 00:00:00 2001 From: MeexReay Date: Wed, 18 Jun 2025 01:41:52 +0300 Subject: [PATCH] fix gvsbuild link --- docs/compiling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/compiling.md b/docs/compiling.md index 906a158..2cf9dc8 100644 --- a/docs/compiling.md +++ b/docs/compiling.md @@ -4,7 +4,7 @@ 1. Install [rustup](https://rustup.rs/) 2. Install [MSVC](https://visualstudio.microsoft.com/visual-cpp-build-tools/) and run `rustup default stable-msvc` -3. Extract [GTK4 from gvsbuild](https://github.com/wingtk/gvsbuild/releases/tag/latest) to `C:\gtk` +3. Extract [GTK4 from gvsbuild](https://github.com/wingtk/gvsbuild/releases/latest) to `C:\gtk` 4. Update environment variables: - Go to Start - Search for 'Advanced system settings'