repo/xz/build

8 lines
153 B
Text
Raw Normal View History

2021-07-16 23:33:05 +03:00
wget https://tukaani.org/xz/xz-5.2.5.tar.gz
2021-07-07 17:27:54 +03:00
tar -xf xz-5.2.5.tar.gz
cd xz-5.2.5
2021-07-04 21:28:36 +03:00
./configure --prefix=/usr --disable-nls
make
make DESTDIR="$1" install