repo/xz/build
2021-07-07 05:51:43 +02:00

6 lines
155 B
Text
Executable file

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