# squashfs-tools **Repository Path**: mirrors_sailfishos-mirror/squashfs-tools ## Basic Information - **Project Name**: squashfs-tools - **Description**: https://github.com/plougher/squashfs-tools.git - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-22 - **Last Updated**: 2026-01-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Welcome to Squashfs-tools! This is the official Squashfs-tools repository. To build and install the tools please read the [Documentation/4.7.4/INSTALL.md file](Documentation/4.7.4/INSTALL.md) To find out how use the latest release please start by reading [Documentation/4.7.4/README.md](Documentation/4.7.4/README.md) The latest **4.7.4** release may have already been packaged for your distribution, please see "Packaging status" below. Thanks ## Contents of the repository Packaging status The top-level directory contains the following files: * **ACKNOWLEDGEMENTS** - This contains some historical acknowlegements, this file has mostly been replaced by the Github issues tracker. * **CHANGES** - a reverse chronological list of changes from the latest release to the earliest release. * **CHANGES.md** - the above file in markdown format. * **INSTALL** - where to get the INSTALL file for your version of squashfs-tools. * **README** - where to get the README for you version of squashfs-tools. * **USAGE** - where to get the USAGE files for your version of squashfs-tools. The top-level directory has the following directories: * **Documentation** - this directory contains documentation for various versions of squashfs-tools, and it is split into subdirectories for versions 4.5 through to 4.7.4, the latest version is 4.7.4. It also has a directory containing prebuilt manpages for latest version of squashfs-tools. * **squashfs-tools** - the source code directory, enter this directory and type `make` to build, or `sudo make install` to install. Edit the Makefile to change the compression algorithms built and other defaults including install PATH, XATTR support, and number of parallel reader threads.