lua5.2.3编译笔记
1.进入root权限
-su root
?
2.输入密码
3.修改PLAT为install
PLAT= install //安装
PLAT= uninstall //卸载
4.使用make命令编译
make