Changeset 39455 in project
- Timestamp:
- 12/24/20 00:42:42 (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/eggref/5/breadline
r38646 r39455 54 54 Libs: -lreadline 55 55 Cflags: -I/usr/include/readline 56 57 ==== macOS Homebrew 58 59 Ensure that {{pkg-config}} and {{readline}} have been installed via 60 Homebrew. 61 62 Consider Homebrew's remarks after installing readline: 63 64 readline is keg-only, which means it was not symlinked into /usr/local, 65 because macOS provides BSD libedit. 66 67 For compilers to find readline you may need to set: 68 export LDFLAGS="-L/usr/local/opt/readline/lib" 69 export CPPFLAGS="-I/usr/local/opt/readline/include" 70 71 For pkg-config to find readline you may need to set: 72 export PKG_CONFIG_PATH="/usr/local/opt/readline/lib/pkgconfig" 73 74 Therefore export all of these, then run {{chicken-install breadline}}. 75 76 In case it still doesn't work and {{pkg-config --libs readline}} 77 fails, this may be the fault of an incorrect {{readline.pc}} file, 78 see [[https://github.com/Homebrew/homebrew-core/issues/38972|Homebrew's issue tracker]] 79 and update. 56 80 57 81 ==== mingw-msys2
Note: See TracChangeset
for help on using the changeset viewer.