MacOSX Native Lua Binaries Needed #15
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Uh oh!
There was an error while loading. Please reload this page.
If you have a Mac and a compiler you can help!
This repo needs Lua built for Mac and M1 Mac.
This is how you download and build lua.
Each sub folder in lua-all will have a .dylib file associated inside of it resulting from the build.
This is how you download and build luajit.
Collect each minor versions highest patch number (5.4.6, 5.3.6, 5.2.4, 5.1.5) and rename the dylib appropriately (lua546.dylib, lua536.dylib, lua524.dylib, lua515.dylib) For luajit, retain the name of lua51.dylib.
Move these dylibs to
runtimes/osx-x64/native
for non M1 chip. Move these dylibs toruntimes/osx-arm64/native
for the M1 chip. example About RIDsOptional: use your expertise to also bring support for ios-arm64!
The text was updated successfully, but these errors were encountered: