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:
parent
be96e6cf99
commit
ab86d358b0
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue