Skip to content
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

lua 5.1 #72

Open
ysl2 opened this issue Jan 27, 2025 · 0 comments
Open

lua 5.1 #72

ysl2 opened this issue Jan 27, 2025 · 0 comments

Comments

@ysl2
Copy link
Owner

ysl2 commented Jan 27, 2025

Install lua5.1 on MacOS

Ref: https://stackoverflow.com/questions/73586208/can-you-install-disabled-homebrew-packages

By default homebrew-core is not tapped anymore. This is needed for brew edit to work though. Thus this small addition to the other answers.

Tap homebrew-core:

brew tap homebrew/core --force

Edit the formula with:

Remove the line:

disable! date: "2022-07-31", because: :unmaintained

And install it with:

HOMEBREW_NO_INSTALL_FROM_API=1 brew install [email protected]

If you don’t plan to edit more packages, untap and free the space from tap again (~1Gb):

brew untap homebrew/core
@ysl2 ysl2 changed the title lua5.1 lua 5.1 Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant