-
Notifications
You must be signed in to change notification settings - Fork 22
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
Add support for Linux / Windows #15
Comments
Kirin install fails for me on windows with the following logs: |
I sort of managed to build the stock app for android on Ubuntu, but I had to patch the kirin-build browserifier.js . It changes to the temp directory before that piece of code:
And so creates bad aliasName . If you chdir to the temp directory after this block, it works. |
Currently the Android build doesn't work on Linux. It fails trying to find a resource while generating javascript if I recall correctly.
Also Windows support would be very nice.
Obviously the iOS build would only work on a Mac.
The text was updated successfully, but these errors were encountered: