码迷,mamicode.com
首页 > 系统相关 > 详细

Lua for Mac环境搭建

时间:2019-07-06 00:17:30      阅读:130      评论:0      收藏:0      [点我收藏+]

标签:long   djang   wrap   roc   get   aliyun   mic   安装   wget   

1??在Mac上安装Lua的运行环境再简单不过了,如果你的Mac Terminal上安装了Homebrew的话,只需要键入`brew install lua`即可。

longsl-mac:~ longsl$ brew install lua

Updating Homebrew...

==> Auto-updated Homebrew!

Updated 1 tap (homebrew/core).

==> Updated Formulae

acpica? ? ? ? ? ? ? erlang? ? ? ? ? ? ? kubeprod? ? ? ? ? ? rust

aliyun-cli? ? ? ? ? exploitdb ? ? ? ? ? libgweather ? ? ? ? sonar-scanner

ask-cli ? ? ? ? ? ? freetype? ? ? ? ? ? libpqxx ? ? ? ? ? ? sonarqube

azure-cli ? ? ? ? ? glooctl ? ? ? ? ? ? micronaut ? ? ? ? ? terrahub

babel ? ? ? ? ? ? ? gmsh? ? ? ? ? ? ? ? opa ? ? ? ? ? ? ? ? tokei

bzip2 ? ? ? ? ? ? ? grpcurl ? ? ? ? ? ? paket ? ? ? ? ? ? ? ucloud

cargo-completion? ? gxml? ? ? ? ? ? ? ? phpunit ? ? ? ? ? ? xsimd

clojure ? ? ? ? ? ? hadolint? ? ? ? ? ? podofo? ? ? ? ? ? ? ykpers

cointop ? ? ? ? ? ? hamlib? ? ? ? ? ? ? postgresql? ? ? ? ? zurl

convox? ? ? ? ? ? ? helmfile? ? ? ? ? ? proguard

django-completion ? jboss-forge ? ? ? ? pushpin

?

==> Downloading https://homebrew.bintray.com/bottles/lua-5.3.5_1.mojave.bottle.t

######################################################################## 100.0%

==> Pouring lua-5.3.5_1.mojave.bottle.tar.gz

==> Caveats

You may also want luarocks:

? brew install luarocks

==> Summary

??? /usr/local/Cellar/lua/5.3.5_1: 28 files, 274.5KB

longsl-mac:~ longsl$ lua

Lua 5.3.5? Copyright (C) 1994-2018 Lua.org, PUC-Rio

> math.pi / 4

0.78539816339745




2??假如你的Mac上没有安装上面提到的Homebrew软件,那也没关系,直接编译lua源代码库就可以了。

?

Take Lua 5.2 as example:?

  1. Open your Terminal.app
  2. wget?http://www.lua.org/work/lua-5.3.0-work3.tar.gz
  3. tar xvzf lua-5.3.0-work3.tar.gz
  4. cd lua-5.3.0-work3/src
  5. make macosx(I believe you have Xcode installed)

?

After that, you can see ‘lua‘ binary under current dir.

?sudo cp lua /usr/bin/lua

?

参考:https://stackoverflow.com/a/5496362

?

?

?

?


Lua for Mac环境搭建

标签:long   djang   wrap   roc   get   aliyun   mic   安装   wget   

原文地址:https://www.cnblogs.com/longsl/p/11141168.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!