- 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.
推薦閱讀
- 程序員面試筆試寶典(第3版)
- 潮流:UI設計必修課
- x86匯編語言:從實模式到保護模式(第2版)
- jQuery從入門到精通 (軟件開發視頻大講堂)
- 假如C語言是我發明的:講給孩子聽的大師編程課
- Modular Programming in Java 9
- Mastering Apache Maven 3
- PHP編程基礎與實踐教程
- BeagleBone Robotic Projects(Second Edition)
- Magento 2 Beginners Guide
- Flask Web開發:基于Python的Web應用開發實戰(第2版)
- 深度學習程序設計實戰
- 從零學Java設計模式
- 數據結構與算法詳解
- Python人工智能項目實戰