diff options
| author | Amirreza Hamzavi <amirrezahamzavi2000@gmail.com> | 2024-09-09 18:53:15 +0330 |
|---|---|---|
| committer | Angus Gratton <gus@projectgus.com> | 2024-09-10 11:30:22 +1000 |
| commit | f1bdac375240941edfc0aa04b646dc3c53d6b371 (patch) | |
| tree | 55336c625733a71da57a78f1fc0755119fe4bafd | |
| parent | 3ca01eccae528a74fec8b1731f472d41018e5225 (diff) | |
unix/README: Fix typo in build dependencies.
Signed-off-by: Amirreza Hamzavi <amirrezahamzavi2000@gmail.com>
| -rw-r--r-- | ports/unix/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/unix/README.md b/ports/unix/README.md index 953c83ef7..b7aa6e3fe 100644 --- a/ports/unix/README.md +++ b/ports/unix/README.md @@ -32,7 +32,7 @@ On Debian/Ubuntu/Mint and related Linux distros, you can install all these dependencies with a command like: ``` -# apt install build-essential git python3 pkg-config libbfi-dev +# apt install build-essential git python3 pkg-config libffi-dev ``` (See below for steps to build either a standalone or minimal MicroPython |
