Skip to content

Commit

Permalink
remove setuptools workaround, run 'bootstrap' early
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jul 25, 2023
1 parent c42c125 commit 2efeb17
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/Build/MacOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,16 @@ curl -o ~/.config/jhbuildrc-custom \

Bootstrap:
```shell
jhbuild bootstrap
jhbuild update
jhbuild bootstrap-gtk-osx
```

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
Expand Down

0 comments on commit 2efeb17

Please sign in to comment.