-
Notifications
You must be signed in to change notification settings - Fork 6
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 Windows #1
Comments
Hi! I would like to try this. But it is a challenging on Windows. I am using:
I can successfully compile (I guess my deliverable for this issue would be a README, loads of un-scriptable steps involved 🙄 ) into a I tried these animated webp files:
So, I started to debug mode. I modified It shows an Exception: Access violation reading location. In fact, in I tried all webp files above. Then I tried to edit this line Then it no longer popup a Exception, but I did not tried to compile on Linux or Mac. (But I learnt that a user has successfully compiled on Linux in Issue #3 discussion)
Thanks! |
Hi! Could you try on this animation? |
@oktak you can add the steps for building in windows in the README |
I've added the steps for building in windows. I put it in a separated file because it is quite long. I also tried the animation you mentioned. It still give the same Exception: Access violation reading location. I am still figuring out what happens. Is it related to pthread? It seems Windows does not have pthread, so it remove it in the |
|
Splitwebp works fine for mac and linux.
Support for windows is yet to be added.
The text was updated successfully, but these errors were encountered: