-
-
Notifications
You must be signed in to change notification settings - Fork 279
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
Update SDK setup #2566
Update SDK setup #2566
Conversation
Hey there! Thanks for helping Mudlet improve. 🌟
No need to install anything - just unzip and run. Translation stats
|
mingw32 does not provide a autoconf that's new enough...
This is ready for review now! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The script is shutting down without having compiled Mudlet - I'm not sure what is going wrong. How can I view a log / make it pause before quitting?
If you start it from a powershell as a command (not via right click), at least the compiling bit should stay. If it's the installation of dependencies, it's harder and I'd have to look it up in a bit. The |
Seems to bomb out compiling yajl with cmake?
|
Oh! Remove the folder It's using data it remembered from the earlier install... I should probably clean up at some point... 🤔 |
Agree, a way to run a cleanup install would be good - 1) people can remove it and not get any for having to do manual clean up, 2) when you want to nuke & reinstall it |
On a clean |
Hm, worked for appveyor ™️ I'll try again on this machine... |
That it did. Thanks for having a look. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 I imagine it'll work well on a fresh install.
Merged for release. |
Brief overview of PR changes/additions
Updates the Qt installed by the SDK to 5.12.2 to be even with appveyor again.
In this light, other dependencies are updated on windows as well.
Motivation for adding to Mudlet
Up-to-date software and a working SDK setup again.
Other info (issues closed, discussion etc)
Closes #2536