Debian 下编译安装 Lua5.2 备忘

2017-11-23 21:54:00
wyd621
原创 0
1、直接输入make命令 ->Please do 'make PLATFORM' where PLATFORM is one of these
make后要加入平台名称,例如Linux平台 -> make linux  (平台名称小写)
2、出现:lua.c:67:31: error: readline/readline.h: No such file or directory
 系统需要安装libreadline-dev。
发表评论
评论通过审核后显示。