- XZ Utils:簡介與下載區
- XZ Embedded:很小的xz壓縮程式
- XZ for Java:完全用Java寫的xz壓縮程式
- .xz file format:介紹xz格式的一些特性
$ wget --no-check-certificate https://tukaani.org/xz/xz-5.2.4.tar.xz
$ md5sum xz-5.2.4.tar.xz
003e4d0b1b1899fc6e3000b24feddf7c xz-5.2.4.tar.xz
$ tar Jxf xz-5.2.4.tar.xz && cd xz-5.2.4
$ ./configure --prefix=/YOUR/DESTINATION
$ make -j 16
$ make install
_EOF_
沒有留言:
張貼留言