Update dependency list in README.md (#403)

This commit is contained in:
Steven Cheng 2022-10-19 16:44:51 +08:00 committed by GitHub
parent 169c7b1845
commit 6ad083acae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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