Skip to content
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

Building On Windows #92

Closed
zedseven opened this issue Jan 7, 2021 · 2 comments
Closed

Building On Windows #92

zedseven opened this issue Jan 7, 2021 · 2 comments

Comments

@zedseven
Copy link

zedseven commented Jan 7, 2021

Hi, I recently found the project and it looks very promising, however it makes no mention of Windows support and seems to use POSIX libraries. If possible I'd love to be able to use it on my Windows boot.

I'm sure this isn't a priority by any means, but is there anything in place that may help set me on the right path for building it on a Windows platform? I wouldn't mind setting aside some time to make the necessary changes if there's a fairly clear way to do so.

Thanks,
Z

@vasi
Copy link
Owner

vasi commented Jan 12, 2021

It probably builds ok in an environment like MSYS2, if you want to try that first.

For a real native Windows build, you'd first have to get native builds of liblzma and libarchive. And then add Windows implementations of anything that's Unix-only: I guess pthread_*, maybe other things?

@zedseven
Copy link
Author

Thank you for your reply, and apologies for my late response.
I'm going to leave this for now, so I'll close the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants