xz is the new popular compression format. To build xz tools and libraries, I issued the following commands.
./configure --prefix=/mingw --disable-shared --disable-nls --disable-lzma-links --disable-scripts
make
make install
I got the following files:
lzmadec.exe
lzmainfo.exe
unxz.exe
xz.exe
xzcat.exe
xzdec.exe
Note that xz can be used to create and decompress lzma files also.
No comments:
Post a Comment