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

Where can I download Latest compiled binaries ? #81

Open
vectoris opened this issue Feb 18, 2024 · 5 comments
Open

Where can I download Latest compiled binaries ? #81

vectoris opened this issue Feb 18, 2024 · 5 comments

Comments

@vectoris
Copy link

https://xz.tukaani.org/xz-utils/ has this message: Many free software operating systems already provide easy-to-install XZ Utils binaries. It doesn't make sense to provide links to all those here.

I couldn't find even one project that uses XZ Utils binaries.
Please give me a link to project where I can download Latest compiled binaries.

@Larhzu
Copy link
Member

Larhzu commented Feb 18, 2024 via email

@vectoris
Copy link
Author

Thanks.
I'm looking for binaries for Windows.

@Larhzu
Copy link
Member

Larhzu commented Feb 19, 2024 via email

@Geo25rey
Copy link

It's hilarious that you are mentioning a Windows build for version 5.6.0, since the blackdoor added to this version would likely break builds for Windows.

@talregev
Copy link

@vectoris You can compile it using vcpkg:
https://github.com/microsoft/vcpkg
also on windows:
If everything is setup. (for example, you have visual studio installed, and you can also check the readme for more).

git clone https://github.com/microsoft/vcpkg
cd vcpkg
bootstrap-vcpkg.bat
vcpkg install liblzma[tools]

This will compile xz library and binaries (tools) from source code on your pc.

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

4 participants