Skip to content

Commit

Permalink
book: Add setuptools installation (#1534)
Browse files Browse the repository at this point in the history
Starting with Python 3.10 and 3.11, distutils is formally marked as deprecated.
  • Loading branch information
wroyca authored Nov 3, 2023
1 parent bd3105d commit 6b6e492
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions book/src/installation_windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ git clone https://gitlab.gnome.org/GNOME/librsvg.git --depth 1
:: Make sure that cmd finds pkg-config-lite when searching for pkg-config
where pkg-config
:: Make sure that setuptools is available.
pip install setuptools
cd gtk
meson setup builddir --prefix=C:/gnome -Dbuild-tests=false -Dmedia-gstreamer=disabled
meson install -C builddir
Expand Down

0 comments on commit 6b6e492

Please sign in to comment.