Lua学习过程

LUA入门

1) 以w3c文档为主线开展

https://www.w3cschool.cn/lua/lua-environment.html

2)安装以及语法使用:

Lua学习过程

make linux test?

安装过程过程出现问题

编译中断。
make[2]: *** [lua.o] 错误 1
make[2]: 离开目录“/u02/lua-5.3.0/src”
make[1]: *** [linux] 错误 2
make[1]: 离开目录“/u02/lua-5.3.0/src”
make: *** [linux] 错误 2
[root@localhost lua-5.3.0]# 
[root@localhost lua-5.3.0]# sudo apt-get install libreadline-dev 
sudo: apt-get:找不到命令

执行 yum install libtermcap-devel ncurses-devel libevent-devel readline-devel

安装成功

Lua学习过程

 

重新安装成功

Lua学习过程

 

3)第一个helloword成功

Lua学习过程

4)Lua 基本语法

Lua学习过程

查找

Lua学习过程


安装openresty

 

http://openresty.org/cn/linux-packages.html

 

5)CentOS

Lua学习过程

 

配置安装目录及需要激活的组件。使用选项 --prefix=install_path,指定安装目录(默认为/usr/local/openresty

 

8)开源作者采访

https://www.oschina.net/question/28_60461

 

完成helloword

Lua学习过程

https://moonbingbing.gitbooks.io/openresty-best-practices/content/openresty/helloworld.html

 

 

Lua学习过程Lua学习过程 十年呵护 博客专家 发布了220 篇原创文章 · 获赞 143 · 访问量 29万+ 他的留言板 关注
上一篇:OpenResty搭建游戏服务器(三)使用protobuf


下一篇:openresty-component