- Lua Quick Start Guide
- Gabor Szauer
- 97字
- 2021-08-05 10:30:33
Installing Lua on Linux
Follow these steps to install Lua 5.2.4 on Linux. These instructions are written for Ubuntu Linux 16.04. The steps needed to install Lua are the same on Ubuntu Linux 12.04 and higher:
- The entire installation of Lua can be done using the command line, with the apt package manager.
- Open up a new Terminal and type sudo apt-get install lua5.2:

- Provide your password when prompted and wait for the installation to finish:

- Type lua -v. If everything is set up correctly, the Terminal should print out the installed version of Lua (5.2.4):

推薦閱讀
- Practical Data Analysis Cookbook
- 深入淺出Spring Boot 2.x
- SQL for Data Analytics
- Web Development with Django Cookbook
- 軟件測試工程師面試秘籍
- Reactive Android Programming
- Express Web Application Development
- NGINX Cookbook
- Procedural Content Generation for C++ Game Development
- 3ds Max印象 電視欄目包裝動畫與特效制作
- UX Design for Mobile
- Mudbox 2013 Cookbook
- Elasticsearch搜索引擎構建入門與實戰(zhàn)
- Head First Kotlin程序設計
- Python數據預處理技術與實踐