Linking against GNU readline on Mac M1
Feb 3, 2024 · 1 min read · brew install readline brew link --force readline sudo cpanm Term::ReadLine::Gnu brew unlink readline Note that on ARM architecture the homebrew binaries were moved to /opt/homebrew in contrast to the /usr/local on x86, so the LDFLAGS and CPPFLAGS sh...
Join discussion