mirror of
https://github.com/TangentFoxy/.lua-files.git
synced 2024-11-20 21:34:23 +00:00
script to install lua5.1 on macos because brew broke it for no reason :D
This commit is contained in:
parent
7942a36bfc
commit
51e68d0677
5
install-lua5.1-macos.sh
Executable file
5
install-lua5.1-macos.sh
Executable file
@ -0,0 +1,5 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user