aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2023-12-20 20:16:39 +0100
committerJay Berkenbilt <ejb@ql.org>2023-12-20 21:46:20 +0100
commit6aa811e5cd138beb7dab3b2e5d93cd91461bcdaa (patch)
tree1bbbf1e5e34f1683a96817931eff6f6ac3b8131a /TODO.md
parent10fe5143f4c19fbea73158a4aecded1f9516ed52 (diff)
downloadqpdf-6aa811e5cd138beb7dab3b2e5d93cd91461bcdaa.tar.zst
Update documentation on zlib compatibility
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md21
1 files changed, 0 insertions, 21 deletions
diff --git a/TODO.md b/TODO.md
index d8266f16..5272a591 100644
--- a/TODO.md
+++ b/TODO.md
@@ -18,27 +18,6 @@ Contents
- [HISTORICAL NOTES](#historical-notes)
-zlib-ng
-=======
-
-* Write ZLIB COMPATIBILITY section of README-maintainer.md.
-* Note: deterministic IDs are affected by choice of zlib
-
-```
-cd /tmp
-git clone https://github.com/zlib-ng/zlib-ng
-cd zlib-ng
-cmake -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/tmp/inst -DZLIB_COMPAT=ON
-cmake --build build -j $(nproc)
-(cd build; ctest --verbose)
-cmake --install build
-```
-
-Then run qpdf's test suite with
-```
-LD_PRELOAD=/tmp/inst/lib/libz.so.1 ctest --verbose
-```
-
Always
======