-
-
Notifications
You must be signed in to change notification settings - Fork 7
MacOSX Native Lua Binaries Needed #15
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
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/nativefor non M1 chip. Move these dylibs toruntimes/osx-arm64/nativefor the M1 chip. example About RIDsOptional: use your expertise to also bring support for ios-arm64!