1
0
Fork 0
mirror of https://github.com/dragonflydb/dragonfly.git synced 2024-12-14 11:58:02 +00:00

fix: update instruction how to build from the source for ubuntu (#4103)

This commit is contained in:
Borys 2024-11-10 13:21:07 +02:00 committed by GitHub
parent be96e6cf99
commit ab86d358b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@ On Debian/Ubuntu:
```bash
sudo apt install ninja-build libunwind-dev libboost-fiber-dev libssl-dev \
autoconf-archive libtool cmake g++ libzstd-dev bison libxml2-dev
autoconf-archive libtool cmake g++ libzstd-dev bison libxml2-dev zlib1g-dev
```
On Fedora: