- 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):

推薦閱讀
- Java EE 6 企業(yè)級應(yīng)用開發(fā)教程
- Python數(shù)據(jù)分析基礎(chǔ)
- Spring Cloud、Nginx高并發(fā)核心編程
- Effective Python Penetration Testing
- Mastering Rust
- Java 9模塊化開發(fā):核心原則與實踐
- Procedural Content Generation for C++ Game Development
- C專家編程
- Java EE Web應(yīng)用開發(fā)基礎(chǔ)
- Shopify Application Development
- Mastering Bootstrap 4
- 從零開始學(xué)算法:基于Python
- Professional JavaScript
- JavaScript Unit Testing
- MySQL核心技術(shù)與最佳實踐