aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-12-27 23:13:30 +0100
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-12-29 21:11:41 +0100
commit6b6a6f64b882cbd380eee7f20d5e5cbd292c6b16 (patch)
tree859f744678f7ea5572953b0c60d1445acbf21ffd /README.md
parent761b3051699bb7c9f02579a7a6139e647d422fab (diff)
Update README
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2adf98b..f8c7eec 100644
--- a/README.md
+++ b/README.md
@@ -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.