tukaani-project / xz

XZ Utils
https://tukaani.org/xz/
Other
503 stars 40 forks source link

Where can I download Latest compiled binaries ? #81

Open vectoris opened 4 months ago

vectoris commented 4 months ago

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 commented 4 months ago

Examples: GNU/Linux distributions like Arch Linux, Debian, Fedora, Gentoo, Slackware, and Ubuntu include XZ Utils. FreeBSD includes XZ Utils in the base system. OpenBSD provides a prebuilt package.

https://archlinux.org/

https://www.debian.org/

https://fedoraproject.org/

https://www.gentoo.org/

http://www.slackware.com/

https://ubuntu.com/

https://www.freebsd.org/

https://www.openbsd.org/

I hope this helps.

If you were looking for binaries for non-free operating systems like Windows, then I don't have a recommendations for up-to-date binaries. The XZ Utils home page has binaries for 5.2.9. I'm hoping to include updated simplified build instructions for Windows in XZ Utils 5.6.0, if I have time.

vectoris commented 4 months ago

Thanks. I'm looking for binaries for Windows.

Larhzu commented 4 months ago

On 2024-02-18 vector-is wrote:

I'm looking for binaries for Windows.

The thought of starting to provide official binaries again has been considered for a while. The package build script etc. have been updated recently and hopefully get merged to master this week. There are some non-technical considerations to decide but there is a possibility (so it's still very uncertain) that XZ Utils 5.6.0 might get a Windows binary package as well.

-- Lasse Collin

Geo25rey commented 3 months ago

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 commented 3 months ago

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