commit 644107a7f3af841ad93c8ca27840c10572e6ba22
parent 78e0f0206819e2d6726132446f4dedbcf5c0aac8
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 9 Jun 2026 12:11:21 +0200
Update the prerequisites listed in the README file
Remove zlib from the list of dependencies. This was merely an experiment
aimed at reducing memory footprint by compressing line data (commit
3a2138a), but it was abandoned because the gain was not significant
relative to the computational cost and constraints associated with
accessing line data (commit 15717a0).
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -10,7 +10,6 @@ database](https://hitran.org/).
- POSIX make
- pkg-config
- RSys
-- zlib
## Installation