summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-04-13 09:35:09 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2014-04-13 09:54:54 +0300
commitef79a82cec061592eb8710b4b0fea7f3d92c6060 (patch)
tree7492661cf6dd22f8229b8e717c99f03d01ca6a8d
parentf130ca1f60fbbca95516b722ce0119e5f3ca2767 (diff)
downloadmicropython-ef79a82cec061592eb8710b4b0fea7f3d92c6060.tar.gz
micropython-ef79a82cec061592eb8710b4b0fea7f3d92c6060.zip
README: Update for modffi being enabled by default for unix port.
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index be062dc2fe..925ed342de 100644
--- a/README.md
+++ b/README.md
@@ -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
---------------