From fdb6a591781ac6ecdc53e408b9cfd7102fc8b4e2 Mon Sep 17 00:00:00 2001 From: addijhaq Date: Fri, 27 Dec 2024 10:28:47 -0500 Subject: [PATCH] Updated README.md - update Unix (Mac OS) port instructions added to step 8 `mpy-cross/Makefile` to remove `-Werror` updated step 12 to find the micropython script in the `build-standard` directory --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b584eeaa138..1033f6f8f040 100644 --- a/README.md +++ b/README.md @@ -63,11 +63,11 @@ Python 3 is required, but you can install some other version of python3 instead 5. `sudo mkdir -p /usr/local/lib/` 6. `sudo cp /opt/homebrew/Cellar/sdl2/2.24.0/lib/libSDL2.dylib /usr/local/lib/` 7. `sudo cp -r /opt/homebrew/Cellar/sdl2/2.24.0/include /usr/local/` -8. `sed -i '' 's/ -Werror//' ports/unix/Makefile` Remove -Werror from compiler parameters as Mac fails compilation otherwise +8. `sed -i '' 's/ -Werror//' ports/unix/Makefile mpy-cross/Makefile` Remove -Werror from compiler parameters as Mac fails compilation otherwise 9. `make -C mpy-cross` 10. `make -C ports/unix submodules` 11. `make -C ports/unix` -12. `./ports/unix/micropython` +12. `./ports/unix/build-standard/micropython` ### ESP32 port