Skip to content

Commit f600b49

Browse files
committed
README: brew bottles now available for macOS M1
1 parent e8abf2e commit f600b49

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,14 @@ packages, available in the ngdevkit tap:
8181
brew install ngdevkit ngdevkit-gngeo
8282
# make sure you use brew's python3 in your shell
8383
export PATH=$HOMEBREW_PREFIX/opt/python3/bin:$PATH
84-
pip3 install pygame --break-system-packages
84+
pip3 install pygame pyyaml --break-system-packages
8585
# the remaining packages are only required for the examples
8686
brew install pkg-config autoconf automake zip imagemagick sox
8787

88-
Some macOS versions are not currently pre-built (macOS 11 Intel and
89-
M1), as our CI provider doesn't currently offer free hosted agents
90-
yet, so it might take some time to install the packages.
88+
Brew bottles are available for the last two versions of macOS for ARM.
89+
Intel brew bottles are no longer prebuilt. Older versions of macOS are
90+
still supported, although - as for the Intel architecture - brew will
91+
build the entire devkit during installation, so it might take some time.
9192

9293
#### Windows
9394

0 commit comments

Comments
 (0)