*[[XZ Utils:http://tukaani.org/xz/]] [#l0b85e37]

**Installation [#d36e5a04]

**MinGW [#ca66da1c]

 $ curl -R -L -O http://tukaani.org/xz/xz-5.0.5.tar.xz
 $ tar xvf xz-5.0.5.tar.xz
 $ pushd xz-5.0.5
 $ ./configure --prefix=/mingw
 $ make
 $ make install
 $ popd