Skip to content

Commit 6b6e492

Browse files
authored
book: Add setuptools installation (#1534)
Starting with Python 3.10 and 3.11, distutils is formally marked as deprecated.
1 parent bd3105d commit 6b6e492

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

book/src/installation_windows.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ git clone https://gitlab.gnome.org/GNOME/librsvg.git --depth 1
131131
:: Make sure that cmd finds pkg-config-lite when searching for pkg-config
132132
where pkg-config
133133
134+
:: Make sure that setuptools is available.
135+
pip install setuptools
136+
134137
cd gtk
135138
meson setup builddir --prefix=C:/gnome -Dbuild-tests=false -Dmedia-gstreamer=disabled
136139
meson install -C builddir

0 commit comments

Comments
 (0)