-
-
Notifications
You must be signed in to change notification settings - Fork 973
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
Homebrew tap for Ladybird for macOS use, testing, etc? #25
Comments
agree! I'm ready as a tester |
Ladybird is not ready for general user testing. If there's a way to put a package behind a "please only use it you're planning to contribute upstream" flag, them sure, we could probably help out with whoever wants to maintain a brew package. But really, the browser is in a pre-alpha state. Exposing it to non-developer users when we have so many features unimplemented and low hanging fruit bugs around would not give a first impression we can be proud of. We would much rather the browser be tested by people who have the source code already handy to submit patches. I suspect that a roadmap describing when a homebrew package would be appropriate will surface soon ™️. |
We might be able to do something like this (I'm not a Homebrew guy; I use it out of necessity, but I'm not a fan of their project so I don't contribute to it - I prefer MacPorts, but I realize Homebrew has the market share... so take what I say below as a stab in the dark and I would expect someone else with more experience to chime in with a proper refined answer): NOTE: I think a regularly updated tarball might be good to have for "milestone builds" - and a "build from master" option could also be implemented as a flag.
|
You can build using MacPorts. You need to make sure the same (required) packages are installed using MacPorts, and then modify Meta/CMake/lagom_compile_options.cmake from: if (APPLE) To this: if (APPLE) |
We've started a tap from @ylluminate's work at Neved4/homebrew-tap#40. Any help building it would be greatly appreciated! |
It seems that pulling together a Homebrew tap for Ladybird could be attractive and improve testing and development opportunities on macOS.
The text was updated successfully, but these errors were encountered: