mirror of
https://github.com/dragonflydb/dragonfly
synced 2024-11-22 07:33:19 +00:00
Update build steps for Ubuntu (#72)
cmake and c++ compilers are required to build from source
This commit is contained in:
parent
1758503e97
commit
33af405434
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user