From f1bdac375240941edfc0aa04b646dc3c53d6b371 Mon Sep 17 00:00:00 2001 From: Amirreza Hamzavi Date: Mon, 9 Sep 2024 18:53:15 +0330 Subject: [PATCH] unix/README: Fix typo in build dependencies. Signed-off-by: Amirreza Hamzavi --- ports/unix/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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