client: replace zlib by bzip2

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

View file

@ -25,7 +25,7 @@ Install the requirements
```sh
sudo apt-get install --no-install-recommends git ca-certificates build-essential pkg-config \
libreadline-dev gcc-arm-none-eabi libnewlib-dev qtbase5-dev libbluetooth-dev
libreadline-dev gcc-arm-none-eabi libnewlib-dev qtbase5-dev libbz2-dev libbluetooth-dev
```
If you don't need the native Bluetooth support in the client, you can skip the installation of `libbluetooth-dev`.