`

How to install Lua 5 in Mac OS X Leopard

 
阅读更多

Open up terminal. Copy the link of the latest Lua version and download it:

 

 cd /tmp
wget http://www.lua.org/ftp/lua-5.1.4.tar.gz

 Extract and compile:

tar -xzvf lua-5.1.4.tar.gz
cd lua-5.1.4
make macosx

 Test and install (if test goes through)

make test
sudo make install
 
分享到:
评论

相关推荐

    How.to.program.ESP8266.in.Lua

    it’s a development kit made out of ESP8266, which is a cheap Wi-Fi microcontroller, and in this book you can find How to program the Nodemcu using Lua Programming language, This book will teach you ...

    Lua-5.3.5(x32 x64).rar

    Lua 是一种轻量小巧的脚本语言,用标准C语言编写并以源代码形式开放, 其设计目的是为了嵌入应用程序中,从而为应用程序提供灵活的扩展和定制功能。 此文件不是源码,是windows下的可执行文件。

    lua+UC/OSiii STM32F4

    带lua的UC/OSIII嵌入式操作系统,平台为STM32F407ZGT6

    Programming In Lua

    Programming in Lua provides a solid base to any programmer who wants to use Lua. It covers all aspects of Lua—from the basics to its API with C. The book is the main source of programming patterns ...

    lua 5.3.5 windows预编译exe/dll文件 lua5.3.5.win.zip

    lua5.3(32位/64位)windows 预编译(exe/DLL) adding: lua5.3.5-x86/lua.exe (in=14336) (out=7311) (deflated 49%) adding: lua5.3.5-x86/... adding: lua5.3.5-x64/luac.lib (in=26534) (out=5329) (deflated 80%)

    mac下使用的luac 编译lua 基于5.1版本

    mac下使用的luac编译lua luac文件支持64位 基于5.1版本 mac下使用的luac编译lua luac文件支持64位 基于5.1版本 mac下使用的luac编译lua luac文件支持64位 基于5.1版本

    Apress.Learn.Lua.for.iOS.Game.Development.2012

    Learn Lua for iOS Game Development walks you through the Lua basics, then shows you how to create games using the top Lua frameworks like Corona SDK, Gideros, Moai, and even how to create games on the...

    Programming in Lua Fourth edition

    Programming in Lua Fourth edition 英文版(Lua程序设计)

    Lua的for in和pairs1

    Lua的for in和pairs1

    Programming in Lua 4th.pdf

    We designed Lua, from the beginning, to be integrated with software written in C/C++ and other conventional languages. This integration brings many benefits. Lua is a small and simple language, partly...

    hammerspoon, 带有Lua的强大 OS X 桌面自动化.zip

    hammerspoon, 带有Lua的强大 OS X 桌面自动化 Hammerspoon 什么是 Hammerspoon?这是一个强大的OS X 自动化工具。 在它的核心,Hammerspoon只是操作系统和Lua脚本引擎之间的桥梁。Hammerspoon提供了一组扩展

    所有版本LUA源码

    所有版本LUA源码 lua-5.3.5 lua-5.3.4 lua-5.3.3 lua-5.3.2 lua-5.3.1 lua-5.3.0 lua-5.2.4 lua-5.2.3 lua-5.2.2 lua-5.2.1 lua-5.2.0 lua-5.1.5 lua-5.1.4 lua-5.1.3 lua-5.1.2 lua-5.1.1 lua-5.1 lua-5.0.3 lua-...

    programming in lua_lua_

    Programming in Lua中文版

    lua-language-server2.3.7.zip

    安装lua-language-server 可以用于nvim中lua代码自动补全 使用方法可参考文章: https://blog.csdn.net/lxyoucan/article/details/120292520

    luajava-1.1-x64-lua51

    luajava-1.1-x64-lua51

    apache_mod_lua

    mod_lua |----bin #tools to build lua |----doc #document for mod_lua ... Copy etc/lua.conf to apache conf dictcionry, modify and include it in httpd.conf Update lib/init.lua to adjust with you need.

    Programming in Lua, 3rd.pdf

    Programming in Lua, 3rd.pdfProgramming in Lua, 3rd.pdfProgramming in Lua, 3rd.pdfProgramming in Lua, 3rd.pdf

    Programming in Lua(中文版).pdf

    Programming in Lua(中文版).pdf电子书,高清扫描版

    Using LUA with Visual C++ (Introduction)

    Another way to formulate this question : "How can I use LUA in my Visual C++ Project?". The answer is actually pretty easy, you download it from lua.org and you follow the instructions below. Know ...

Global site tag (gtag.js) - Google Analytics