- Lua Quick Start Guide
- Gabor Szauer
- 77字
- 2021-08-05 10:30:31
Source code and binaries
Lua is open source software published under the MIT License. You can browse Lua's source code at https://www.lua.org/source/. Additionally, you can download both the source code and reference manuals for Lua from https://www.lua.org/ftp/.
At the time of writing, no pre-built binaries are downloadable from the lua.org website. Pre-built binaries can be found on SourceForge at https://sourceforge.net/projects/luabinaries/. In this chapter, we will be using SourceForge to download binaries for Lua.
推薦閱讀
- 深入理解Android(卷I)
- Testing with JUnit
- Beginning C++ Game Programming
- 劍指JVM:虛擬機(jī)實(shí)踐與性能調(diào)優(yōu)
- JIRA 7 Administration Cookbook(Second Edition)
- PyTorch自然語言處理入門與實(shí)戰(zhàn)
- 軟件項(xiàng)目管理實(shí)用教程
- CoffeeScript Application Development Cookbook
- 區(qū)塊鏈架構(gòu)之美:從比特幣、以太坊、超級賬本看區(qū)塊鏈架構(gòu)設(shè)計(jì)
- Application Development with Swift
- Visual Basic程序設(shè)計(jì)實(shí)驗(yàn)指導(dǎo)及考試指南
- MySQL數(shù)據(jù)庫教程(視頻指導(dǎo)版)
- 小學(xué)生C++趣味編程從入門到精通
- Java Script從入門到精通(第5版)
- Learning ROS for Robotics Programming