Update build steps for Ubuntu (#72)

cmake and c++ compilers are required to build from source
This commit is contained in:
quiver 2022-06-01 12:13:17 +02:00 committed by GitHub
parent 1758503e97
commit 33af405434
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,7 +88,7 @@ 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 \
autoconf-archive libtool
autoconf-archive libtool cmake g++
# Configure the build
./helio/blaze.sh -release