-
Joined
Jun 12, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Build & install Lua on macOS | |
# We will compile Lua 5.1 because it is compatible with openresty/lapis. | |
# Replace the variables from line 30 ff to install a diffrent version. | |
# See: https://www.lua.org/manual/5.1/ | |
# NOTE: | |
# We create a dedicated directory for the Lua stuff to putt all the stuff in. |