diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-04-13 09:35:09 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-04-13 09:54:54 +0300 |
commit | ef79a82cec061592eb8710b4b0fea7f3d92c6060 (patch) | |
tree | 7492661cf6dd22f8229b8e717c99f03d01ca6a8d | |
parent | f130ca1f60fbbca95516b722ce0119e5f3ca2767 (diff) | |
download | micropython-ef79a82cec061592eb8710b4b0fea7f3d92c6060.tar.gz micropython-ef79a82cec061592eb8710b4b0fea7f3d92c6060.zip |
README: Update for modffi being enabled by default for unix port.
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -55,7 +55,8 @@ Then to test it: Debian/Ubuntu/Mint derivative Linux distros will require build-essentials and libreadline-dev packages installed. To build FFI (Foreign Function Interface) -module (recommended, enable in unix/mpconfigport.mk), libffi-dev is required. +module, libffi-dev package is required. If you have problems with some +dependencies, they can be disabled in unix/mpconfigport.mk . The STM version --------------- |