lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> it seems to me that with readline would be a more useful default make target.

The default before 5.4.0 was linux with readline but it generated a
lot of noise from people that did not have the readline development
package installed. Now we expect some noise from those that do have it
and want readline :-(

Anyway, the fix is just to change src/Makefile

from

Linux linux:    linux-noreadline

to

Linux linux:    linux-readline