note FFI=0

This commit is contained in:
dzaima 2022-05-30 14:57:45 +03:00
parent 3c314e266a
commit 71e53833b4

View File

@ -7,6 +7,7 @@
1. `make` 1. `make`
- `make CC=gcc` if you don't have clang installed - `make CC=gcc` if you don't have clang installed
- `make PIE=""` on ARM CPUs (incl. Android & M1) - `make PIE=""` on ARM CPUs (incl. Android & M1)
- `make FFI=0` if your system doesn't have libffi (i.e. an error about missing `<ffi.h>` appears)
- `gmake` on BSDs - `gmake` on BSDs
- `make clean` if anything goes bad and you want a clean slate - `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 - `make [...]; sudo make install` to install into `/usr/local/bin/bqn`; `sudo make uninstall` to uninstall