Skip to content

VHSgunzo/squashfs-tools-static

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

squashfs-tools-static

Statically linked squashfs-tools compiled with musl libc and mimalloc

To get started:

  • Download the latest revision
git clone https://github.com/VHSgunzo/squashfs-tools-static.git
cd squashfs-tools-static
  • Compile the binaries
# for x86_64
docker run --rm -it -v "$PWD:/root" --platform=linux/amd64 alpine:latest /root/build.sh

# for aarch64 (required qemu-user-static)
docker run --rm -it -v "$PWD:/root" --platform=linux/arm64 alpine:latest /root/build.sh
  • Or take an already precompiled from the releases

About

Statically linked squashfs-tools compiled with musl libc

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages