repo/xz/build

7 lines
153 B
Text
Raw Normal View History

2021-07-04 21:28:36 +03:00
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"