8000 MacOSX Native Lua Binaries Needed · Issue #15 · tilkinsc/Lua.NET · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

MacOSX Native Lua Binaries Needed #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
tilkinsc opened this issue Jan 24, 2024 · 0 comments
Open

MacOSX Native Lua Binaries Needed #15

tilkinsc opened this issue Jan 24, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@tilkinsc
Copy link
Owner
tilkinsc commented Jan 24, 2024

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.

curl -L -R -O https://www.lua.org/ftp/lua-all.tar.gz
tar zxf lua-all.tar.gz
cd lua-all
make -j $(nproc) all

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.

git clone https://luajit.org/git/luajit.git
cd luajit
make -j $(nproc) all

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 to runtimes/osx-arm64/native for the M1 chip. example About RIDs

Optional: use your expertise to also bring support for ios-arm64!

@tilkinsc tilkinsc added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Jan 24, 2024
@tilkinsc tilkinsc pinned this issue Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant
0