File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments