[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.4.0 (rc5) now available
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 11 Jun 2020 14:33:48 -0300
> 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