summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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.