Skip to content

Commit fdb6a59

Browse files
authored
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
1 parent 3033eff commit fdb6a59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ Python 3 is required, but you can install some other version of python3 instead
6363
5. `sudo mkdir -p /usr/local/lib/`
6464
6. `sudo cp /opt/homebrew/Cellar/sdl2/2.24.0/lib/libSDL2.dylib /usr/local/lib/`
6565
7. `sudo cp -r /opt/homebrew/Cellar/sdl2/2.24.0/include /usr/local/`
66-
8. `sed -i '' 's/ -Werror//' ports/unix/Makefile` Remove -Werror from compiler parameters as Mac fails compilation otherwise
66+
8. `sed -i '' 's/ -Werror//' ports/unix/Makefile mpy-cross/Makefile` Remove -Werror from compiler parameters as Mac fails compilation otherwise
6767
9. `make -C mpy-cross`
6868
10. `make -C ports/unix submodules`
6969
11. `make -C ports/unix`
70-
12. `./ports/unix/micropython`
70+
12. `./ports/unix/build-standard/micropython`
7171

7272
### ESP32 port
7373

0 commit comments

Comments
 (0)