Skip to content

Commit 271fcb7

Browse files
committed
docs(Windows install): Remove outdated workaround for setuputils
The workaround is not needed anymore as it got fixed in wingtk/gvsbuild#1585
1 parent a28b5cf commit 271fcb7

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

docs/windows_install.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -40,24 +40,6 @@ This section describes how to install the app (CLI and GUI) from source.
4040
gvsbuild build --configuration=release --build-dir='./build' --enable-gi --py-wheel gtk4 adwaita-icon-theme pygobject libadwaita gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server gst-python --extra-opts ogg:-DCMAKE_POLICY_VERSION_MINIMUM=3.5;
4141
```
4242

43-
> [!TIP]
44-
> If the build fails with
45-
>
46-
> > AttributeError: module 'distutils' has no attribute 'ccompiler'. Did you mean: 'compilers'?
47-
>
48-
> add the following line as a workaround
49-
>
50-
> ```
51-
> import distutils.ccompiler
52-
> ```
53-
>
54-
> at the beginning of the file
55-
> ```
56-
> .\build\build\x64\release\gobject-introspection\_gvsbuild-meson\giscanner\ccompiler.py
57-
> ```
58-
>
59-
> then re-run the gvsbuild command again.
60-
6143
Once the build is done prepare your environment variables to include the build artifacts of gvsbuild
6244
```Powershell
6345
$env:Path = $project + "\build\gtk\x64\release\bin;" + $env:Path

0 commit comments

Comments
 (0)