tukaani-project / xz

XZ Utils

Home Page:https://tukaani.org/xz/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Where can I download Latest compiled binaries ?

vectoris opened this issue · comments

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.

Thanks.
I'm looking for binaries for Windows.

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.

@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.