yutanishi
Results
1
comments of
yutanishi
After running `brew install readline`, I modified the Makefile(https://github.com/FelixKratz/SbarLua/blob/main/lua-5.4.7/src/Makefile) as follows to include the `readline` path, and the build succeeded: ```Makefile READLINE_PREFIX= $(shell brew --prefix readline) CFLAGS= -O2 -Wall -Wextra...