lua快速入门

1、在macbook上安装lua

打开终端,输入:

curl -s "https://raw.githubusercontent.com/rudix-mac/rpm/2014.10/rudix.py" | sudo python - install rudix


sudo rudix install lua


2、快速浏览基础知识

http://www.360doc.com/content/14/0116/10/9200790_345646276.shtml


3、阅读书籍巩固基础知识

《lua游戏开发实践指南》看到lua与C++交互部分即可

lua与C++交互详细总结:http://m.blog.csdn.net/blog/hua_jie_zhang/40557317

你可能感兴趣的:(lua快速入门)