Just installing XCode is not enough since libffi is not installed/not in the correct spot on OSX 10.9.5 resulting in a file not found ffi.h error. A lot of dependencies is needed and listed on the other wikipage.
parent
66676b890e
commit
8279334a99
|
@ -115,6 +115,8 @@ At that point, you will have a functioning micropython executable, which may be
|
|||
|
||||
### Mac OSX
|
||||
|
||||
Dependencies are listed on [OSX Tips and Tricks]( https://github.com/micropython/micropython/wiki/OSX-Tips-and-Tricks)
|
||||
|
||||
The XCode and Command Line Developer Tools package will need to be installed before you can compile and run MicroPython:
|
||||
|
||||
> xcode-select --install
|
||||
|
|
Loading…
Reference in New Issue