lua-users home
lua-l archive

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


> 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).