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

推薦閱讀
- JBoss Weld CDI for Java Platform
- INSTANT Mock Testing with PowerMock
- Objective-C應(yīng)用開發(fā)全程實錄
- 企業(yè)級Java EE架構(gòu)設(shè)計精深實踐
- Rust編程:入門、實戰(zhàn)與進階
- 機器人Python青少年編程開發(fā)實例
- Apache Spark Graph Processing
- Android 7編程入門經(jīng)典:使用Android Studio 2(第4版)
- Swift 3 New Features
- C/C++常用算法手冊(第3版)
- Effective Python Penetration Testing
- Learning Python by Building Games
- 單片機應(yīng)用與調(diào)試項目教程(C語言版)
- 學(xué)習(xí)正則表達(dá)式
- HoloLens與混合現(xiàn)實開發(fā)