client: replace zlib by bzip2

This commit is contained in:
Philippe Teuwen 2020-06-07 17:43:39 +02:00
parent 8418e89180
commit 15012198f9
712 changed files with 32 additions and 217 deletions

View file

@ -65,7 +65,6 @@ It's also possible to skip parts even if libraries are present in the compilatio
* `make client SKIPLUASYSTEM=1` to skip system Lua lib even if liblua5.2 is present, use embedded Lua lib instead
* `make client SKIPJANSSONSYSTEM=1` to skip system Jansson lib even if libjansson is present, use embedded Jansson lib instead
* `make client SKIPWHEREAMISYSTEM=1` to skip system Whereami lib even if libwhereami is present, use embedded whereami lib instead
* `make client SKIPZLIBSYSTEM=1` to skip system Zlib even if libz is present, use embedded Zlib instead
If you're cross-compiling, these ones might be useful: