mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
Update dependency list in README.md (#403)
This commit is contained in:
parent
169c7b1845
commit
6ad083acae
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ You need to install dependencies in order to build on Ubuntu 20.04 or later:
|
|||
git clone --recursive https://github.com/dragonflydb/dragonfly && cd dragonfly
|
||||
|
||||
# to install dependencies
|
||||
sudo apt install ninja-build libunwind-dev libboost-fiber-dev libssl-dev \
|
||||
sudo apt install ninja-build libunwind-dev libboost-fiber-dev libssl-dev libxml2-dev \
|
||||
autoconf-archive libtool cmake g++
|
||||
|
||||
# Configure the build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue