# Note: 'squashfs' provides the tools for creating squashfs filesystems, but to mount them you need to enable support for it in linux

# Note: depends on zlib
wget -c http://downloads.sourceforge.net/project/squashfs/squashfs/squashfs4.4/squashfs4.4.tar.gz
tar -xzf squashfs4.4.tar.gz
cd squashfs4.4/squashfs-tools
make XZ_SUPPORT=1 COMP_DEFAULT=xz # Doesn't mind -j#
make install INSTALL_DIR=/usr/bin