]>
glassweightruler.freedombox.rocks Git - Ventoy.git/blob - SQUASHFS/SRC/build_lzma.sh
3 LIBDIR
=$PWD/..
/LIB
/LZMA
7 unzip liblzma
-master.
zip
10 .
/configure
--prefix=$LIBDIR --disable-xz --disable-xzdec --disable-lzmadec --disable-lzmainfo --enable-small
11 make -j 8 && make install
16 if [ -d $LIBDIR ]; then
17 echo -e "\n========== SUCCESS ============\n"
19 echo -e "\n========== FAILED ============\n"