Skip to content

Commit

Permalink
Update README.md for libz and the zlib-sys crate. (#26)
Browse files Browse the repository at this point in the history
Adding the `zlib-sys` crate as a dependency simplifies the user's experience.
  • Loading branch information
Thell authored Apr 4, 2024
1 parent 5ab6654 commit 1e0de37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1e0de37

Please sign in to comment.