From 71e53833b4ce7ab72f8b62801871e1d179f2d30b Mon Sep 17 00:00:00 2001 From: dzaima Date: Mon, 30 May 2022 14:57:45 +0300 Subject: [PATCH] note FFI=0 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9aa5225c..8186afed 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ 1. `make` - `make CC=gcc` if you don't have clang installed - `make PIE=""` on ARM CPUs (incl. Android & M1) + - `make FFI=0` if your system doesn't have libffi (i.e. an error about missing `` appears) - `gmake` on BSDs - `make clean` if anything goes bad and you want a clean slate - `make [...]; sudo make install` to install into `/usr/local/bin/bqn`; `sudo make uninstall` to uninstall