]> glassweightruler.freedombox.rocks Git - Ventoy.git/blob - SQUASHFS/build.txt
change password input field to type=password (#2427)
[Ventoy.git] / SQUASHFS / build.txt
1 Build 32&64 unsquashfs tool with gzip/xz/lzma/lz4/lzo/zstd format
2
3 ======== zlib ===============
4 yum install zlib zlib-static
5
6 ======== liblzma ============
7 github liblzma-master
8 ./configure --prefix=xxx --disable-xz --disable-xzdec --disable-lzmadec --disable-lzmainfo --enable-small
9 make && make install
10
11 ======== squashfs ========
12 squashfs4.4.tar.gz
13 do some modify:
14 1. delete -lm and implement log10
15 2. static link zlib/liblzma
16 3. make unsquashfs
17
18
19 ========= Build for aarch64 the same steps but in a arm64 machine =============