From 1e0de3752f3c5407b85460f0d160318dbc111dd4 Mon Sep 17 00:00:00 2001 From: Thell 'Bo' Fowler Date: Thu, 4 Apr 2024 10:57:56 -0500 Subject: [PATCH] Update README.md for libz and the zlib-sys crate. (#26) Adding the `zlib-sys` crate as a dependency simplifies the user's experience. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7daaf73..6eb1c83 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ If you enable the Ninja feature, you can also obtain Ninja from winget: winget install -e --id Ninja-build.Ninja ``` -If desired, libz needs to be installed and made discoverable by setting the `ZLIB_ROOT` environment variable. +If desired, libz needs to be installed and made discoverable by adding the `libz-sys` crate as a dependency in your project or manually setting up libz and setting the `ZLIB_ROOT` environment variable. ### Using a pre-installed version of HiGHS