-
Notifications
You must be signed in to change notification settings - Fork 57
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
Build Luakit for Macos #10
base: master
Are you sure you want to change the base?
Conversation
Hi William, I did a pull request on Github to port my work on Macos to your master branch. I have now some problems since my SDK was upgraded to Macos 10.15, but I still work on Macos 10.14. It seems that there is some incompatibilities between 10.14 and 10.15. My problem is that I really do not want to work on a beta version. But do not worry, I will fix all those problems next month when Macos 10.15 will be released. PS: Do you plan to integrate my work to your master branch ? Cheers. /Larpoux |
…ations. Sorry William
Hi William,
I ported Luakit to Macos.
To build the Macos librairies, got to luakit root and:
export CONFIG=Debug ./build-macos.sh
Using Luakit for Macos is very similar to using Luakit for ios.
You can find the readme here
I built the five usual Demo in luakit/MacosDemo