From 2efeb1718e354e49720062dd0436aa0b3efcb31d Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Tue, 25 Jul 2023 20:15:32 +0200 Subject: [PATCH] remove setuptools workaround, run 'bootstrap' early --- docs/Build/MacOS.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/Build/MacOS.md b/docs/Build/MacOS.md index 68aa09c724..b9bedab0b7 100644 --- a/docs/Build/MacOS.md +++ b/docs/Build/MacOS.md @@ -44,6 +44,8 @@ curl -o ~/.config/jhbuildrc-custom \ Bootstrap: ```shell +jhbuild bootstrap +jhbuild update jhbuild bootstrap-gtk-osx ``` @@ -51,8 +53,7 @@ Optional: install [pandoc](https://pandoc.org/installing.html#macos) ## Build all the libraries ```shell -jhbuild update -SETUPTOOLS_USE_DISTUTILS=stdlib jhbuild build +jhbuild build #some python libraries have to be installed via pip in a jhbuild shell: jhbuild shell pip3 install --prefix $JHBUILD_PREFIX packaging