repo/xz/build
2021-07-07 16:27:54 +02:00

6 lines
152 B
Text
Executable file

wget https://tukaani.org/xz/xz-5.2.5.tar.gz
tar -xf xz-5.2.5.tar.gz
cd xz-5.2.5
./configure --prefix=/usr --disable-nls
make
make install DESTDIR="$1"