diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-12-27 23:13:30 +0100 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-12-29 21:11:41 +0100 |
commit | 6b6a6f64b882cbd380eee7f20d5e5cbd292c6b16 (patch) | |
tree | 859f744678f7ea5572953b0c60d1445acbf21ffd | |
parent | 761b3051699bb7c9f02579a7a6139e647d422fab (diff) |
Update README
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -128,6 +128,11 @@ The following components exist: implementations of POSIX or GNU functions that are not available on some platforms. +Optionally, `libsquashfs` can be compiled with builtin, custom versions of zlib +and lz4. The configure options `--with-builtin-zlib` and `--with-builtin-lz4` +can be used. The respective library sources are in `lib/sqfs/comp` in the +squashfs-tools-ng source tree. + The headers in `include` are stuffed with comments on functions an data structures. |