[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: does not compile
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Sun, 5 Nov 2017 22:23:49 -0200
> lua.c:82:10: error fatal: readline/readline.h: No such file or directory
> #include <readline/readline.h>
> ^~~~~~~~~~~~~~~~~~~~~
http://www.lua.org/manual/5.3/readme.html#install says this:
If you're running Linux and get compilation errors,
make sure you have installed the readline development
package (which is probably named libreadline-dev or
readline-devel).