ryukinix / lisp-chat

An experimental minimal chat written in Common Lisp
https://lerax.me/lisp-chat
MIT License
173 stars 15 forks source link

Add MacOS X support for client: handle cl-readline #23

Open ryukinix opened 5 years ago

ryukinix commented 5 years ago

GNU Readline is not commonly available on Mac OS. How we can handle tihs?

fu7mu4 commented 1 year ago

In my macOS, it seems to be worked well

fu7mu4 commented 1 year ago

see https://github.com/vindarel/cl-readline

# Installation

Via Quicklisp (recommended):

(ql:quickload "cl-readline")

If you are using Homebrew on a Mac, please note that GNU Readline has keg-only formula, which means you may need to link the library yourself:

$ brew link readline --force