mirror of
https://github.com/TangentFoxy/.lua-files.git
synced 2024-11-20 21:34:23 +00:00
6 lines
132 B
Bash
6 lines
132 B
Bash
|
wget https://www.lua.org/ftp/lua-5.1.5.tar.gz
|
||
|
tar xvzf lua-5.1.5.tar.gz
|
||
|
cd lua-5.1.5/src
|
||
|
make macosx
|
||
|
sudo cp lua /usr/local/bin/lua
|